From e42a94a988e261c0b49022c8cba6a321878e7299 Mon Sep 17 00:00:00 2001 From: Prateek Saxena Date: Sat, 23 Apr 2016 11:14:14 +0530 Subject: [PATCH] Use jQuery event handler instead of the HTML onchange attribute The `#note_photo` form element is the only instance in the application that used the attribute. --- views/new-post.php | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/views/new-post.php b/views/new-post.php index 2376431..3ff8951 100644 --- a/views/new-post.php +++ b/views/new-post.php @@ -26,7 +26,7 @@
- +
@@ -135,16 +135,15 @@