From 229ab4609fd3cb0ae44e92290a60bdd001480137 Mon Sep 17 00:00:00 2001 From: Ingo Schommer Date: Tue, 3 Aug 2010 03:45:59 +0000 Subject: [PATCH] MINOR Don't move $('#Form_VersionsForm') buttons to top, they disappear git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/cms/trunk@108829 467b73ca-7a2a-4603-9d3b-597d59a354a9 --- javascript/CMSMain.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/javascript/CMSMain.js b/javascript/CMSMain.js index 48288b14..c8145107 100644 --- a/javascript/CMSMain.js +++ b/javascript/CMSMain.js @@ -348,7 +348,7 @@ }); // move submit button to the top - this.find('#ReportClass').after(this.find('.Actions')); + // this.find('#ReportClass').after(this.find('.Actions')); // links in results this.find('td').bind('click', function(e) {