Index: core/admin_templates/js/template_manager.js =================================================================== --- core/admin_templates/js/template_manager.js +++ core/admin_templates/js/template_manager.js @@ -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(