diff options
-rwxr-xr-x | js/document/html-document.js | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/js/document/html-document.js b/js/document/html-document.js index ad5417a9..0c8695fb 100755 --- a/js/document/html-document.js +++ b/js/document/html-document.js | |||
@@ -439,7 +439,8 @@ exports.HTMLDocument = Montage.create(TextDocument, { | |||
439 | } | 439 | } |
440 | } | 440 | } |
441 | 441 | ||
442 | this.callback(this); | 442 | // Remving this callback and using the callback from the css load |
443 | // this.callback(this); | ||
443 | 444 | ||
444 | } | 445 | } |
445 | }, | 446 | }, |