diff options
Diffstat (limited to '')
-rw-r--r-- | themes/smartpocket/template/menubar.tpl | 1 |
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; }); }); |