Browse Source

remove warning banner after clicking

pull/30/head
Aaron Parecki 9 years ago
parent
commit
75d075412f
  1. 1
      public/editor/editor.js
  2. 2
      views/partials/appcache.php

1
public/editor/editor.js

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

2
views/partials/appcache.php

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

Loading…
Cancel
Save