summaryrefslogtreecommitdiffstats
path: root/modules-available/locationinfo/templates/page-locations.html
diff options
context:
space:
mode:
authorChristian Hofmaier2020-10-13 18:24:24 +0200
committerChristian Hofmaier2020-10-13 18:24:24 +0200
commit100e75084060b6e23dc90f66210ec4c48c629931 (patch)
treef8bae8e827301c920c35e4468165b98f50da1e20 /modules-available/locationinfo/templates/page-locations.html
parent[locations] install: Make openingtime migration a bit more robust (diff)
downloadslx-admin-100e75084060b6e23dc90f66210ec4c48c629931.tar.gz
slx-admin-100e75084060b6e23dc90f66210ec4c48c629931.tar.xz
slx-admin-100e75084060b6e23dc90f66210ec4c48c629931.zip
[locationinfo] add forward link to location module
+ delete some unused code
Diffstat (limited to 'modules-available/locationinfo/templates/page-locations.html')
-rw-r--r--modules-available/locationinfo/templates/page-locations.html1
1 files changed, 0 insertions, 1 deletions
diff --git a/modules-available/locationinfo/templates/page-locations.html b/modules-available/locationinfo/templates/page-locations.html
index 9635268c..26f0b621 100644
--- a/modules-available/locationinfo/templates/page-locations.html
+++ b/modules-available/locationinfo/templates/page-locations.html
@@ -78,7 +78,6 @@ document.addEventListener("DOMContentLoaded", function () {
$('#location-modal-header').text("[" + locationId + "] " + locationName);
$('#location-modal').modal('show').find('.modal-body').load("?do=locationinfo&action=config-location&id=" + locationId);
});
- $('#settings-form').submit(submitLocationSettings);
});
//--></script>