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:
Ingo Schommer 2009-11-21 03:18:08 +00:00
parent 927c28baad
commit 1ce99bc5c4

View File

@ -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);
}
});