Page MenuHomeIn-Portal Phabricator

D271.diff
No OneTemporary

File Metadata

Created
Mon, Jan 6, 8:24 AM

D271.diff

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

Event Timeline