Skip to content
Snippets Groups Projects
Commit ec799d8f authored by Jared Hancock's avatar Jared Hancock
Browse files

Drop annoying popup after updating user info

parent 9e1eb480
Branches
Tags
No related merge requests found
...@@ -193,6 +193,7 @@ $(function() { ...@@ -193,6 +193,7 @@ $(function() {
window.location.href = 'users.php'; window.location.href = 'users.php';
else else
window.location.href = window.location.href; window.location.href = window.location.href;
return false;
}, { }, {
onshow: function() { $('#user-search').focus(); } onshow: function() { $('#user-search').focus(); }
}); });
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment