This website works better with JavaScript.
Home
Explore
Help
Sign In
p3k
/
Quill
mirror of
https://github.com/aaronpk/Quill.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
0
Wiki
Activity
Browse Source
remove warning banner after clicking
pull/30/head
Aaron Parecki
9 years ago
parent
7666ec33d1
commit
75d075412f
2 changed files
with
2 additions
and
1 deletions
Unified View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-0
public/editor/editor.js
+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
# v2
4
# v2
5
/
editor
/
editor
/
editor
/
style
.
css
/
editor
/
style
.
css
Write
Preview
Loading…
Cancel
Save