Skip to content

Commit

Permalink
fixed #8 Remove from list not work
Browse files Browse the repository at this point in the history
[x] hash
[x] list
[x] zset
  • Loading branch information
milkmeowo committed Jan 2, 2019
1 parent bada3f7 commit e9023b7
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions resources/views/edit/hash.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -116,8 +116,8 @@
title: "Remove from list ?",
type: "error",
showCancelButton: true
},
function(){
})
.then(function(){
var params = {
key: key,
Expand Down
4 changes: 2 additions & 2 deletions resources/views/edit/list.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -111,8 +111,8 @@
title: "Remove from list ?",
type: "error",
showCancelButton: true
},
function(){
})
.then(function(){
var params = {
key: key,
Expand Down
4 changes: 2 additions & 2 deletions resources/views/edit/zset.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -116,8 +116,8 @@
title: "Remove from list ?",
type: "error",
showCancelButton: true
},
function(){
})
.then(function(){
var params = {
key: key,
Expand Down

0 comments on commit e9023b7

Please sign in to comment.