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
No related branches found
No related tags found
No related merge requests found
......@@ -193,6 +193,7 @@ $(function() {
window.location.href = 'users.php';
else
window.location.href = window.location.href;
return false;
}, {
onshow: function() { $('#user-search').focus(); }
});
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment