summaryrefslogtreecommitdiff
path: root/public/editor/editor.js
diff options
context:
space:
mode:
Diffstat (limited to 'public/editor/editor.js')
-rw-r--r--public/editor/editor.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/public/editor/editor.js b/public/editor/editor.js
index f0e9519..d6fea07 100644
--- a/public/editor/editor.js
+++ b/public/editor/editor.js
@@ -93,6 +93,7 @@ $(function() {
$.post('/settings/html-content', {
html: 1
}, function(data){
+ $('.micropub-html-warning').hide();
});
});