mirror of
https://github.com/silverstripe/silverstripe-cms
synced 2024-10-22 08:05:56 +02:00
MINOR Removed unused refreshAsset() javascript from AssetAdmin.js
git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/cms/trunk@92782 467b73ca-7a2a-4603-9d3b-597d59a354a9
This commit is contained in:
parent
927c28baad
commit
1ce99bc5c4
@ -464,10 +464,4 @@ jQuery(document).ready(function() {
|
||||
}
|
||||
|
||||
new CheckBoxRange($('Form_EditForm'), 'Files[]');
|
||||
});
|
||||
|
||||
function refreshAsset() {
|
||||
frames[0].location.reload(0);
|
||||
frames[1].location.reload(1);
|
||||
}
|
||||
|
||||
});
|
Loading…
Reference in New Issue
Block a user