Index: branches/5.3.x/core/admin_templates/js/template_manager.js =================================================================== diff -u -N -r16395 -r16600 --- branches/5.3.x/core/admin_templates/js/template_manager.js (.../template_manager.js) (revision 16395) +++ branches/5.3.x/core/admin_templates/js/template_manager.js (.../template_manager.js) (revision 16600) @@ -183,9 +183,9 @@ }); $('body').on('click', '#cms-revision-dropdown .top .item', function ($e) { - $('a:first', this).click(); - - $e.preventDefault(); + window.location.assign( + $('a:first', this).attr('href') + ); }); $template_manager.requirePageInfoUpdate();