mirror of
https://github.com/silverstripe/silverstripe-cms
synced 2024-10-22 06:05:56 +00:00
BUGFIX: Fix IE bug with Files&Images (#4912)
git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/cms/branches/2.4@96566 467b73ca-7a2a-4603-9d3b-597d59a354a9
This commit is contained in:
parent
ea20f1101f
commit
3c2dcf4dd2
@ -85,7 +85,7 @@ FileFilterButton.prototype = {
|
|||||||
updateURL += ($('SecurityID') ? '&SecurityID=' + $('SecurityID').value : '');
|
updateURL += ($('SecurityID') ? '&SecurityID=' + $('SecurityID').value : '');
|
||||||
|
|
||||||
// update the field
|
// update the field
|
||||||
var field = form.getElementsByClassName('AssetTableField')[0];
|
var field = document.getElementsByClassName('AssetTableField')[0];
|
||||||
field.setAttribute('href', updateURL);
|
field.setAttribute('href', updateURL);
|
||||||
field.refresh();
|
field.refresh();
|
||||||
} catch(er) {
|
} catch(er) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user