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
Merge
960bbbbcfc
into
4a0cb5a5b3
pull/96/merge
Benjamin Esham
6 years ago
committed by
GitHub
parent
4a0cb5a5b3
960bbbbcfc
commit
1ba9606599
No known key found for this signature in database
GPG Key ID:
4AEE18F83AFDEB23
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
views/new-post.php
+ 1
- 1
views/new-post.php
View File
@ -689,7 +689,7 @@ $(function(){
syndications
.
push
(
$
(
btn
)
.
data
(
'syndicate-to'
));
});
var
category
=
csv_to_array
(
$
(
"
#note_category
"
)
.
val
()
);
var
category
=
$
(
"
#note_category
"
)
.
tokenfield
(
"
getTokens
"
);
var
formData
=
new
FormData
();
var
entry
=
{};
Write
Preview
Loading…
Cancel
Save