Don't auto close modal when saving notifier config

This commit is contained in:
JonnyWong16
2016-10-17 22:12:37 -07:00
committed by JonnyWong16
parent 0c7db9c1ee
commit 6720b44f43

View File

@@ -238,7 +238,6 @@
}
function saveCallback() {
$('#notifier-config-modal').modal('hide');
getNotifiersTable();
}