diff --git a/resources/views/edit/hash.blade.php b/resources/views/edit/hash.blade.php index 84fc796..dcd31b8 100644 --- a/resources/views/edit/hash.blade.php +++ b/resources/views/edit/hash.blade.php @@ -116,8 +116,8 @@ title: "Remove from list ?", type: "error", showCancelButton: true - }, - function(){ + }) + .then(function(){ var params = { key: key, diff --git a/resources/views/edit/list.blade.php b/resources/views/edit/list.blade.php index adfa68d..f217856 100644 --- a/resources/views/edit/list.blade.php +++ b/resources/views/edit/list.blade.php @@ -111,8 +111,8 @@ title: "Remove from list ?", type: "error", showCancelButton: true - }, - function(){ + }) + .then(function(){ var params = { key: key, diff --git a/resources/views/edit/zset.blade.php b/resources/views/edit/zset.blade.php index 38c1dab..15d622d 100644 --- a/resources/views/edit/zset.blade.php +++ b/resources/views/edit/zset.blade.php @@ -116,8 +116,8 @@ title: "Remove from list ?", type: "error", showCancelButton: true - }, - function(){ + }) + .then(function(){ var params = { key: key,