mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 12:05:37 +00:00
Merge pull request #557 from adrexia/7497-file-upload-fixes
BUGFIX: Media in IE9 (fixes #4 of #7497)
This commit is contained in:
commit
58fb8d6cbc
@ -44,7 +44,7 @@
|
||||
},
|
||||
|
||||
requireCss : function(styleUrl, media){
|
||||
if(media === null) media = 'all';
|
||||
if(!media) media = 'all';
|
||||
|
||||
// Don't double up on loading scripts
|
||||
if($.isItemLoaded(styleUrl)) return;
|
||||
|
Loading…
x
Reference in New Issue
Block a user