aboutsummaryrefslogtreecommitdiffstats
path: root/themes/smartpocket/template/menubar.tpl
diff options
context:
space:
mode:
Diffstat (limited to 'themes/smartpocket/template/menubar.tpl')
-rw-r--r--themes/smartpocket/template/menubar.tpl1
1 files changed, 1 insertions, 0 deletions
diff --git a/themes/smartpocket/template/menubar.tpl b/themes/smartpocket/template/menubar.tpl
index e4679c98e..734ede2da 100644
--- a/themes/smartpocket/template/menubar.tpl
+++ b/themes/smartpocket/template/menubar.tpl
@@ -26,6 +26,7 @@
{footer_script}{literal}
$(document).ready(function() {
$('#identification').change(function() {
+ $(this).selectmenu('close');
window.location = this.value;
});
});