Browse Source
Merge branch 'master' of github.com:aaronpk/Quill
pull/108/head
Aaron Parecki
7 years ago
No known key found for this signature in database
GPG Key ID: 276C2817346D6056
1 changed files with
1 additions and
1 deletions
-
public/editor-files/editor.js
|
|
@ -72,7 +72,7 @@ $(function() { |
|
|
|
$('#publish-in-progress').removeClass('hidden'); |
|
|
|
$('#publish-fields').addClass('hidden'); |
|
|
|
|
|
|
|
var category = $("#note_category").tokenfield("getTokens").map(function(t){ return t.value}); |
|
|
|
var category = $("#post-tags").tokenfield("getTokens").map(function(t){ return t.value}); |
|
|
|
|
|
|
|
$.post('/editor/publish', { |
|
|
|
name: $("#post-name").val(), |
|
|
|