#76 jquery-ui-1.8.17.custom.min.js removed from editor
This commit is contained in:
@@ -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))
|
||||||
|
|||||||
@@ -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';
|
||||||
|
|||||||
Reference in New Issue
Block a user