|
@ -80,9 +80,7 @@ $(function(){ |
|
|
content: $("#note_content").val(), |
|
|
content: $("#note_content").val(), |
|
|
category: csv_to_array($("#note_category").val()), |
|
|
category: csv_to_array($("#note_category").val()), |
|
|
'syndicate-to': syndications |
|
|
'syndicate-to': syndications |
|
|
}, function(data){ |
|
|
|
|
|
var response = JSON.parse(data); |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
}, function(response){ |
|
|
if(response.location != false) { |
|
|
if(response.location != false) { |
|
|
|
|
|
|
|
|
$("#test_success").removeClass('hidden'); |
|
|
$("#test_success").removeClass('hidden'); |
|
|