shell bypass 403
GrazzMean Shell
: /home/h/o/m/homesquasz/devprod/ChefDepartement/node_modules/summernote/src/js/module/ [ drwx---r-x ]
import dom from '../core/dom';
/**
* textarea auto sync.
*/
export default class AutoSync {
constructor(context) {
this.$note = context.layoutInfo.note;
this.events = {
'summernote.change': () => {
this.$note.val(context.invoke('code'));
},
};
}
shouldInitialize() {
return dom.isTextarea(this.$note[0]);
}
}