summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristian Hofmaier2020-11-02 15:08:25 +0100
committerChristian Hofmaier2020-11-02 15:08:25 +0100
commiteb73569b795896c8ce28346518b15f191dc4e271 (patch)
tree2d7346e8aaf8b4ec343c798e30d696076999d7b1
parent[locationinfo] remove tooltip buttons and use direct text (diff)
downloadslx-admin-eb73569b795896c8ce28346518b15f191dc4e271.tar.gz
slx-admin-eb73569b795896c8ce28346518b15f191dc4e271.tar.xz
slx-admin-eb73569b795896c8ce28346518b15f191dc4e271.zip
[locationinfo] remove unused code
-rw-r--r--modules-available/locationinfo/templates/page-config-panel-summary.html2
-rw-r--r--modules-available/locationinfo/templates/page-config-panel-url.html2
2 files changed, 0 insertions, 4 deletions
diff --git a/modules-available/locationinfo/templates/page-config-panel-summary.html b/modules-available/locationinfo/templates/page-config-panel-summary.html
index 2d26ad39..6af20351 100644
--- a/modules-available/locationinfo/templates/page-config-panel-summary.html
+++ b/modules-available/locationinfo/templates/page-config-panel-summary.html
@@ -190,8 +190,6 @@ document.addEventListener("DOMContentLoaded", function () {
var $locList = $('#location-list');
var $locInput = $('#locationids');
- // Initialize fancy tooltips
- $('p.helptext').tooltip();
// Add listener to range sliders so their label can be updated
$('input[type="range"]').change(function () {
$(this).siblings().find('.range-display').text($(this).val());
diff --git a/modules-available/locationinfo/templates/page-config-panel-url.html b/modules-available/locationinfo/templates/page-config-panel-url.html
index 0282826e..b17347ad 100644
--- a/modules-available/locationinfo/templates/page-config-panel-url.html
+++ b/modules-available/locationinfo/templates/page-config-panel-url.html
@@ -232,8 +232,6 @@
<script type="text/javascript"><!--
document.addEventListener("DOMContentLoaded", function () {
- // Initialize fancy tooltips
- $('p.helptext').tooltip();
// load value to dropdown menus
$('#browser option[value="{{browser}}"]').attr("selected", "selected");
browserChange();