From 6720b44f43f766b087d4d753492475845d3feee0 Mon Sep 17 00:00:00 2001 From: JonnyWong16 Date: Mon, 17 Oct 2016 22:12:37 -0700 Subject: [PATCH] Don't auto close modal when saving notifier config --- data/interfaces/default/notifier_config.html | 1 - 1 file changed, 1 deletion(-) diff --git a/data/interfaces/default/notifier_config.html b/data/interfaces/default/notifier_config.html index 5f8d3ad7..2f2db2d6 100644 --- a/data/interfaces/default/notifier_config.html +++ b/data/interfaces/default/notifier_config.html @@ -238,7 +238,6 @@ } function saveCallback() { - $('#notifier-config-modal').modal('hide'); getNotifiersTable(); }