From ec799d8f7c3081871aee941054ef3156176878c9 Mon Sep 17 00:00:00 2001
From: Jared Hancock <jared@osticket.com>
Date: Wed, 13 May 2015 10:18:42 -0500
Subject: [PATCH] Drop annoying popup after updating user info

---
 include/staff/user-view.inc.php | 1 +
 1 file changed, 1 insertion(+)

diff --git a/include/staff/user-view.inc.php b/include/staff/user-view.inc.php
index 6660bbddf..73142d895 100644
--- a/include/staff/user-view.inc.php
+++ b/include/staff/user-view.inc.php
@@ -193,6 +193,7 @@ $(function() {
                 window.location.href = 'users.php';
             else
                 window.location.href = window.location.href;
+            return false;
          }, {
             onshow: function() { $('#user-search').focus(); }
          });
-- 
GitLab