Browse Source

fix bugs (fullscreen)

mathjax-version
Pandao 10 years ago
parent
commit
89b2fddce8
  1. 6
      dist/js/editormd.js
  2. 4
      dist/js/editormd.min.js

6
dist/js/editormd.js

@ -6,7 +6,7 @@
* @license MIT License * @license MIT License
* @author Pandao * @author Pandao
* {@link https://github.com/pandao/editor.md} * {@link https://github.com/pandao/editor.md}
* @updateTime 2015-02-07
* @updateTime 2015-02-08
*/ */
/** /**
@ -751,7 +751,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;
@ -1329,7 +1329,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 : "",

4
dist/js/editormd.min.js

File diff suppressed because one or more lines are too long
Loading…
Cancel
Save