diff options
author | patdenice <patdenice@piwigo.org> | 2013-01-09 00:24:52 +0000 |
---|---|---|
committer | patdenice <patdenice@piwigo.org> | 2013-01-09 00:24:52 +0000 |
commit | 65c180b4d724204e43d57ea897b601ed04617370 (patch) | |
tree | 96df64073da2383c46cb7c9aceabbdfd0033e6b4 /themes/smartpocket/template/menubar.tpl | |
parent | df3df4fdf0874bb741479bf5a538824bd292f230 (diff) |
bug:2819
Link problem in menu with smartpocket
Add redirect.tpl in smartpocket.
git-svn-id: http://piwigo.org/svn/trunk@20014 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'themes/smartpocket/template/menubar.tpl')
-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; }); }); |