summaryrefslogtreecommitdiffstats
path: root/modules-available/locations/templates/locations.html
diff options
context:
space:
mode:
Diffstat (limited to 'modules-available/locations/templates/locations.html')
-rw-r--r--modules-available/locations/templates/locations.html4
1 files changed, 0 insertions, 4 deletions
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) {