From 75d075412f0bbba867772e9a05e00480090cc290 Mon Sep 17 00:00:00 2001 From: Aaron Parecki Date: Wed, 9 Sep 2015 08:26:44 -0700 Subject: remove warning banner after clicking --- public/editor/editor.js | 1 + 1 file changed, 1 insertion(+) (limited to 'public') 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(); }); }); -- cgit v1.2.3