Skip to content
This repository has been archived by the owner on Apr 5, 2022. It is now read-only.

Commit

Permalink
[fix] delete items links
Browse files Browse the repository at this point in the history
  • Loading branch information
MrJuliuss committed Sep 1, 2013
1 parent a4b123a commit b93ae01
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion public/assets/js/dashboard/group.js
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ $(function()
{
$.ajax(
{
url: '/dashboard/group/delete',
url: 'group/delete',
type: "DELETE",
datatype: "json",
data: {'groupId' : $(this).data('group-id')}
Expand Down
2 changes: 1 addition & 1 deletion public/assets/js/dashboard/user.js
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ $(function()
{
$.ajax(
{
"url": "/dashboard/user/delete",
"url": "user/delete",
"type": "DELETE",
"datatype": "json",
"data": {'userId' : $(this).data('user-id')}
Expand Down

0 comments on commit b93ae01

Please sign in to comment.