From f020bd9129bf70e998e0ae206218493a72ebfa81 Mon Sep 17 00:00:00 2001 From: Prateek Saxena Date: Sat, 23 Apr 2016 11:10:17 +0530 Subject: [PATCH] Add a way to remove image from post once added Accidents happen, you shouldn't have to refresh the entire page to get rid of the image. --- views/new-post.php | 18 +++++++++++++----- 1 file changed, 13 insertions(+), 5 deletions(-) diff --git a/views/new-post.php b/views/new-post.php index 57b7521..2376431 100644 --- a/views/new-post.php +++ b/views/new-post.php @@ -28,7 +28,10 @@
- +
+ + +
@@ -133,15 +136,20 @@