From eb73569b795896c8ce28346518b15f191dc4e271 Mon Sep 17 00:00:00 2001 From: Christian Hofmaier Date: Mon, 2 Nov 2020 15:08:25 +0100 Subject: [locationinfo] remove unused code --- modules-available/locationinfo/templates/page-config-panel-summary.html | 2 -- modules-available/locationinfo/templates/page-config-panel-url.html | 2 -- 2 files changed, 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 @@