Commit fd4f9c31 by Bach Dániel

dashboard: fix indention

parent 450f75cf
...@@ -38,12 +38,12 @@ ...@@ -38,12 +38,12 @@
var dir = window.location.pathname.indexOf('list') == -1; var dir = window.location.pathname.indexOf('list') == -1;
addModalConfirmation(removeMember, addModalConfirmation(removeMember,
{ 'url': href, { 'url': href,
'data': [], 'data': [],
'tr': tr, 'tr': tr,
'group_pk': group, 'group_pk': group,
'member_pk': member, 'member_pk': member,
'type': "user", 'type': "user",
'redirect': dir}); 'redirect': dir});
return false; return false;
}); });
......
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