From 03424ad19ac1bb42635a3d6653565aa0dc6ccf5a Mon Sep 17 00:00:00 2001 From: Simon Rettberg Date: Mon, 25 Mar 2019 11:46:50 +0100 Subject: Introduce JS helper for bootstrap confirm dialogs on button-submit --- modules-available/locations/templates/locations.html | 4 ---- 1 file changed, 4 deletions(-) (limited to 'modules-available/locations/templates/locations.html') diff --git a/modules-available/locations/templates/locations.html b/modules-available/locations/templates/locations.html index a2d6cafc..7bdf3038 100644 --- a/modules-available/locations/templates/locations.html +++ b/modules-available/locations/templates/locations.html @@ -223,10 +223,6 @@ function removeNewSubnetRow(r) { $("#row"+r).remove(); } -function slxConfirm() { - return confirm('{{lang_areYouSureNoUndo}}'); -} - function deleteSubnetWarning(locid) { var form = $("#locationForm"+locid); if (form.find("input[type=checkbox]:checked").length > 0) { -- cgit v1.2.3-55-g7522