Index: branches/5.2.x/core/admin_templates/js/template_manager.js =================================================================== diff -u -N -r16409 -r16557 --- branches/5.2.x/core/admin_templates/js/template_manager.js (.../template_manager.js) (revision 16409) +++ branches/5.2.x/core/admin_templates/js/template_manager.js (.../template_manager.js) (revision 16557) @@ -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') + ); }); setInterval(