diff options
author | Aaron Parecki <aaron@parecki.com> | 2018-01-01 13:14:58 -0800 |
---|---|---|
committer | Aaron Parecki <aaron@parecki.com> | 2018-01-01 13:14:58 -0800 |
commit | 13c6005fb08c9b271018835f16d151d5ba07a87f (patch) | |
tree | 4b0c72b66ddc4b114efa2826a6ff828876c46b0b /views | |
parent | 6cfd2eb15169af1c01651e0f086139bfaa017110 (diff) |
fix note name for github issues
Diffstat (limited to 'views')
-rw-r--r-- | views/new-post.php | 2 |
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]; } |