Skip to content

Commit

Permalink
1. Remove log message..
Browse files Browse the repository at this point in the history
  • Loading branch information
ettoolong committed Mar 10, 2016
1 parent 9c88d66 commit 5bc33cd
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion chrome/content/cacheWindow.js
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,6 @@ var cacheWindow = {
} else {
//for WYSIWYG editor
document.getElementById("textContent").value = node.value;
console.log(node.value);
let dp = new DOMParser();
let bodyNode = document.getElementById("docContent").contentDocument.body;
let doc = dp.parseFromString(node.value, "text/html");
Expand Down
2 changes: 1 addition & 1 deletion install.rdf
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<Description>
<em:id>{ec8030f7-c20a-464f-9b0e-13a3a9e97384}</em:id>
<em:minVersion>14.0</em:minVersion>
<em:maxVersion>44.*</em:maxVersion>
<em:maxVersion>45.*</em:maxVersion>
</Description>
</em:targetApplication>

Expand Down

0 comments on commit 5bc33cd

Please sign in to comment.