mirror of
https://github.com/silverstripe/silverstripe-cms
synced 2024-10-22 06:05:56 +00:00
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
This commit is contained in:
parent
69ca614fa4
commit
229ab4609f
@ -348,7 +348,7 @@
|
|||||||
});
|
});
|
||||||
|
|
||||||
// move submit button to the top
|
// move submit button to the top
|
||||||
this.find('#ReportClass').after(this.find('.Actions'));
|
// this.find('#ReportClass').after(this.find('.Actions'));
|
||||||
|
|
||||||
// links in results
|
// links in results
|
||||||
this.find('td').bind('click', function(e) {
|
this.find('td').bind('click', function(e) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user