Browse Source

remove warning banner after clicking

pull/30/head
Aaron Parecki 8 years ago
parent
commit
75d075412f
2 changed files with 2 additions and 1 deletions
  1. +1
    -0
      public/editor/editor.js
  2. +1
    -1
      views/partials/appcache.php

+ 1
- 0
public/editor/editor.js View File

@ -93,6 +93,7 @@ $(function() {
$.post('/settings/html-content', { $.post('/settings/html-content', {
html: 1 html: 1
}, function(data){ }, function(data){
$('.micropub-html-warning').hide();
}); });
}); });

+ 1
- 1
views/partials/appcache.php View File

@ -1,6 +1,6 @@
CACHE MANIFEST CACHE MANIFEST
# v24
# v25
/editor /editor
/editor/style.css /editor/style.css

Loading…
Cancel
Save