summaryrefslogtreecommitdiff
path: root/views/new-post.php
diff options
context:
space:
mode:
Diffstat (limited to 'views/new-post.php')
-rw-r--r--views/new-post.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/views/new-post.php b/views/new-post.php
index 5995ba7..9f2ffca 100644
--- a/views/new-post.php
+++ b/views/new-post.php
@@ -663,7 +663,7 @@ $(function(){
var doMultipart = false;
var hasAltText = false;
- if(v=$("#note-name").val()) {
+ if(v=$("#note_name").val()) {
formData.append("name", v);
entry['name'] = [v];
}