Skip to content

Commit

Permalink
#76 jquery-ui-1.8.17.custom.min.js removed from editor
Browse files Browse the repository at this point in the history
  • Loading branch information
AgriyaDev5 committed Feb 23, 2021
1 parent 6f6d056 commit ece0700
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
6 changes: 3 additions & 3 deletions src/editor/extensions/ext-mathjax/ext-mathjax.js
Original file line number Diff line number Diff line change
Expand Up @@ -168,12 +168,12 @@ export default {
'</div>' +
'</div>'
).insertAfter('#svg_prefs').hide();

// Make the MathEditor draggable.
$('#mathjax_container').draggable({
// TODO: unable to reach this place
/* $('#mathjax_container').draggable({
cancel: 'button,fieldset',
containment: 'window'
});
}); */

// Add functionality and picture to cancel button.
$('#tool_mathjax_cancel').prepend($.getSvgIcon('cancel', true))
Expand Down
1 change: 0 additions & 1 deletion src/editor/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ For default config and extensions (and available options) available to
*/

import './jquery.min.js';
import './jquery-ui/jquery-ui-1.8.17.custom.min.js';
import './components/index.js';
import './dialogs/index.js';
import svgEditor from './svgedit.js';
Expand Down

0 comments on commit ece0700

Please sign in to comment.