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() {
$("html,body").css("overflow-x", null);
$("html,body").css("overflow-x", "");
this.editor.find("." + this.classPrefix + "dialog-info").fadeOut();
return this;
@ -1318,7 +1318,7 @@
this.toolbar.find(".fa[name=fullscreen]").parent().removeClass("active");
$("html,body").css("overflow", null);
$("html,body").css("overflow", "");
editor.css({
position : "",

Loading…
Cancel
Save