From b51c264c8b33cee020f3b9e45c1e6ce0b0c48ea6 Mon Sep 17 00:00:00 2001 From: tophf Date: Sat, 25 Mar 2017 06:04:24 +0300 Subject: [PATCH] confirmDelete: extract, refactor, use in manage --- manage.html | 17 ++++++++-- manage.js | 9 +----- msgbox/confirm.css | 80 ++++++++++++++++++++++++++++++++++++++++++++++ msgbox/confirm.js | 53 ++++++++++++++++++++++++++++++ popup.css | 45 -------------------------- popup.html | 16 +++++++--- popup.js | 42 +++++++----------------- 7 files changed, 173 insertions(+), 89 deletions(-) create mode 100644 msgbox/confirm.css create mode 100644 msgbox/confirm.js diff --git a/manage.html b/manage.html index 48b97ed6..4726eeec 100644 --- a/manage.html +++ b/manage.html @@ -3,8 +3,9 @@ - - + + +