#76 jquery-ui-1.8.17.custom.min.js removed from editor

This commit is contained in:
Agriya Dev5
2021-02-23 18:58:43 +05:30
parent 6f6d056312
commit ece0700ff2
2 changed files with 3 additions and 4 deletions

View File

@@ -168,12 +168,12 @@ export default {
'</div>' + '</div>' +
'</div>' '</div>'
).insertAfter('#svg_prefs').hide(); ).insertAfter('#svg_prefs').hide();
// Make the MathEditor draggable. // Make the MathEditor draggable.
$('#mathjax_container').draggable({ // TODO: unable to reach this place
/* $('#mathjax_container').draggable({
cancel: 'button,fieldset', cancel: 'button,fieldset',
containment: 'window' containment: 'window'
}); }); */
// Add functionality and picture to cancel button. // Add functionality and picture to cancel button.
$('#tool_mathjax_cancel').prepend($.getSvgIcon('cancel', true)) $('#tool_mathjax_cancel').prepend($.getSvgIcon('cancel', true))

View File

@@ -5,7 +5,6 @@ For default config and extensions (and available options) available to
*/ */
import './jquery.min.js'; import './jquery.min.js';
import './jquery-ui/jquery-ui-1.8.17.custom.min.js';
import './components/index.js'; import './components/index.js';
import './dialogs/index.js'; import './dialogs/index.js';
import svgEditor from './svgedit.js'; import svgEditor from './svgedit.js';