diff options
author | Aaron Parecki <aaron@parecki.com> | 2015-09-09 08:26:44 -0700 |
---|---|---|
committer | Aaron Parecki <aaron@parecki.com> | 2015-09-09 08:26:44 -0700 |
commit | 75d075412f0bbba867772e9a05e00480090cc290 (patch) | |
tree | f0bdc051ff96241b2102d90d64cfe95047f534f3 /public | |
parent | 7666ec33d1b942b31ff46eb694bca0b1c8754b68 (diff) |
remove warning banner after clicking
Diffstat (limited to 'public')
-rw-r--r-- | public/editor/editor.js | 1 |
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(); }); }); |