summaryrefslogtreecommitdiffstats
path: root/modules-available/locationinfo/templates
diff options
context:
space:
mode:
authorSimon Rettberg2020-01-13 15:51:36 +0100
committerSimon Rettberg2020-01-13 15:51:36 +0100
commit1500f1a8c753776ae483ad240fe2e355bea5c2ee (patch)
tree47684d503971b2e8ed101f78fe466bb70994b1d1 /modules-available/locationinfo/templates
parent[rebootcontrol] Add missing closing tag (diff)
downloadslx-admin-1500f1a8c753776ae483ad240fe2e355bea5c2ee.tar.gz
slx-admin-1500f1a8c753776ae483ad240fe2e355bea5c2ee.tar.xz
slx-admin-1500f1a8c753776ae483ad240fe2e355bea5c2ee.zip
[locationinfo] SLX_BROWSER_INTERACTIVE handled for slx-browser
No bookmark support for slx-browser
Diffstat (limited to 'modules-available/locationinfo/templates')
-rw-r--r--modules-available/locationinfo/templates/page-config-panel-url.html3
1 files changed, 1 insertions, 2 deletions
diff --git a/modules-available/locationinfo/templates/page-config-panel-url.html b/modules-available/locationinfo/templates/page-config-panel-url.html
index 7b82199e..86915729 100644
--- a/modules-available/locationinfo/templates/page-config-panel-url.html
+++ b/modules-available/locationinfo/templates/page-config-panel-url.html
@@ -165,7 +165,7 @@
</div>
</div>
- <div class="list-group-item" id="bookmarks">
+ <div class="list-group-item b0-h" id="bookmarks">
<div class="row">
<div class="col-sm-3">
<label for="bookmarks">{{lang_bookmarks}}</label>
@@ -245,7 +245,6 @@ function browserChange() {
$('.b0-h').show();
} else {
$('.b0-h').hide();
- $('#interactive').prop('checked', false);
}
}