mirror of
https://github.com/silverstripe/silverstripe-reports
synced 2024-10-22 11:05:53 +02:00
Merged revisions 52399 via svnmerge from
http://svn.silverstripe.com/open/modules/cms/branches/2.2.2 ........ r52399 | ischommer | 2008-04-09 19:21:07 +1200 (Wed, 09 Apr 2008) | 1 line BUGFIX re-initializing tabstrip javascript after ajax-reload in AssetTableField popup (#2309 AssetTableField popup fails after saving) ........ git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/cms/trunk@53502 467b73ca-7a2a-4603-9d3b-597d59a354a9
This commit is contained in:
parent
b76083ee64
commit
91de5fd771
@ -470,6 +470,8 @@ appendLoader(function () {
|
||||
$('deletepage').getElementsByTagName('button')[0].onclick = function() { return false; };
|
||||
$('deletepage_options').onsubmit = deletefolder.form_submit;
|
||||
}
|
||||
|
||||
new CheckBoxRange($('Form_EditForm'), 'Files[]');
|
||||
});
|
||||
|
||||
Behaviour.register({
|
||||
|
@ -38,6 +38,3 @@
|
||||
</tbody>
|
||||
</table>
|
||||
</div>
|
||||
<script type="text/javascript">
|
||||
new CheckBoxRange(document.getElementById('Form_EditForm'), 'Files[]');
|
||||
</script>
|
||||
|
Loading…
Reference in New Issue
Block a user