Home
last modified time | relevance | path

Searched refs:include_script (Results 1 – 2 of 2) sorted by path

/plugin/aceeditor/
H A Daction.php61 $this->include_script($event, '$.noConflict();');
72 $this->include_script($event, 'window.require = undefined;');
81 private function include_script($event, $code) { function in action_plugin_aceeditor
/plugin/etherpadlite/action/
H A Detherpadlite.php415 $this->include_script($event, 'document.domain = "'.$this->domain.'";');
430 $this->include_script($event, 'var etherpad_lite_config = '.$json->encode($config));
435 private function include_script($event, $code) { function in action_plugin_etherpadlite_etherpadlite