Skip to content

Commit

Permalink
Merge pull request #10 from milkmeowo/fix-remove-from-list-not-work-bug
Browse files Browse the repository at this point in the history
fixed #8 Remove from list not work
  • Loading branch information
z-song authored Jan 3, 2019
2 parents bada3f7 + e9023b7 commit f90711b
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 f90711b

Please sign in to comment.