Browse Source

fix removing photo url

pull/56/merge
Aaron Parecki 7 years ago
parent
commit
4f20fa3c74
No known key found for this signature in database GPG Key ID: 3745E500B4FF7CB1
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      views/new-post.php

+ 1
- 1
views/new-post.php View File

@ -254,7 +254,7 @@ $(function(){
});
$("#remove_photo").on("click", function(){
$("#note_photo").val("");
$("#note_photo_url").val("");
$(".note_photo_url").val("");
$("#photo_preview").attr("src", "" );
$("#photo_preview_container").addClass("hidden");
saveNoteState();

Loading…
Cancel
Save