From e9023b7b3bcb266db0901aaf1ca1a19d33cf98b8 Mon Sep 17 00:00:00 2001 From: milkmeowo Date: Wed, 2 Jan 2019 19:12:31 +0800 Subject: [PATCH] fixed #8 Remove from list not work [x] hash [x] list [x] zset --- resources/views/edit/hash.blade.php | 4 ++-- resources/views/edit/list.blade.php | 4 ++-- resources/views/edit/zset.blade.php | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) 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,