diff options
Diffstat (limited to 'modules-available/locationinfo/templates')
-rw-r--r-- | modules-available/locationinfo/templates/page-config-panel-url.html | 3 |
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); } } |