Skip to content
Snippets Groups Projects

ISTWCMS-4210 Add js code which is from...

Merged Eric Bremner requested to merge feature/ISTWCMS-4210-l26yan-Add-mathjax-NEW into 8.x-3.x
2 files
+ 30
0
Compare changes
  • Side-by-side
  • Inline
Files
2
@@ -228,6 +228,21 @@
};
})(jQuery, Drupal);
/**
* Ckeditor Modal
*/
(function ($, Drupal) {
orig_allowInteraction = $.ui.dialog.prototype._allowInteraction;
$.ui.dialog.prototype._allowInteraction = function(event) {
if ($(event.target).closest('.cke_dialog').length) {
return true;
}
return orig_allowInteraction.apply(this, arguments);
};
})(jQuery, Drupal);
(function($) {
Drupal.behaviors.responsive_menu_combined = {
attach: function (context, settings) {
Loading