Commit f10ae4ac by Dányi Bence

webui: disable reload after group deleting

parent 83a6108f
...@@ -420,7 +420,7 @@ $(function() { ...@@ -420,7 +420,7 @@ $(function() {
url: '/ajax/group/delete/', url: '/ajax/group/delete/',
data: 'gid=' + gid, data: 'gid=' + gid,
success: function() { success: function() {
window.location.reload(); $('#group-' + gid).slideUp(700);
} }
}).error(function() { }).error(function() {
window.location.reload(); window.location.reload();
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment