Browse Source

fix bugs (fullscreen)

mathjax-version
Pandao 10 years ago
parent
commit
b564908946
  1. 4
      src/js/editormd.js

4
src/js/editormd.js

@ -740,7 +740,7 @@
*/ */
hideInfoDialog : function() { hideInfoDialog : function() {
$("html,body").css("overflow-x", null);
$("html,body").css("overflow-x", "");
this.editor.find("." + this.classPrefix + "dialog-info").fadeOut(); this.editor.find("." + this.classPrefix + "dialog-info").fadeOut();
return this; return this;
@ -1318,7 +1318,7 @@
this.toolbar.find(".fa[name=fullscreen]").parent().removeClass("active"); this.toolbar.find(".fa[name=fullscreen]").parent().removeClass("active");
$("html,body").css("overflow", null);
$("html,body").css("overflow", "");
editor.css({ editor.css({
position : "", position : "",

Loading…
Cancel
Save