summaryrefslogtreecommitdiff
path: root/templates/chimere/blocks/map.html
diff options
context:
space:
mode:
Diffstat (limited to 'templates/chimere/blocks/map.html')
-rw-r--r--templates/chimere/blocks/map.html7
1 files changed, 4 insertions, 3 deletions
diff --git a/templates/chimere/blocks/map.html b/templates/chimere/blocks/map.html
index ebb7403..dd777c4 100644
--- a/templates/chimere/blocks/map.html
+++ b/templates/chimere/blocks/map.html
@@ -52,7 +52,7 @@ $(function(){
}
bridge.send('sidebarHide');
});
- window.JSInterface.sidebarHide();
+ window.JSInterface.sidebarHide();
});
$('#sidebar-handler-show').click(function(){
$('#sidebar').show();
@@ -69,9 +69,9 @@ $(function(){
}
bridge.send('sidebarShow');
});
- window.JSInterface.sidebarShow();
+ window.JSInterface.sidebarShow();
});
- //fin lib ios
+ //fin lib ios
var routing_panel_open = function(){
$('#frm_categories').hide();
$('#search-box').hide();
@@ -93,6 +93,7 @@ $(function(){
};
$('#action-categories').click(category_panel_open);
+ $('#back-categories').click(category_panel_open);
var search_panel_open = function(){
$('#chimere_itinerary_panel').hide();