From 915d434d9cefe8bb02f4062640c97a888a3769b6 Mon Sep 17 00:00:00 2001 From: Santiago Date: Thu, 26 May 2016 16:05:52 +0000 Subject: [PATCH] Fix on creating a new status You were unable to create a new status because the page would reload itself when the modal appeared. The problem was that the button was triggering the post's form. Adding type="button" to the button class, it will not. --- admin/manage_statuses.php | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/admin/manage_statuses.php b/admin/manage_statuses.php index 45befeeb..7daa6490 100644 --- a/admin/manage_statuses.php +++ b/admin/manage_statuses.php @@ -104,13 +104,13 @@ require_once(HESK_PATH . 'inc/show_admin_nav.inc.php');

- - + +