forked from 0x2620/oxjs
support MSIE 8 until after app load, and MSIE 8 with Chrome Frame beyond that
This commit is contained in:
parent
182225ebc4
commit
5818bd5edc
373 changed files with 11048 additions and 29979 deletions
|
|
@ -209,10 +209,6 @@ Ox.load.UI = function(options, callback) {
|
|||
files.push('Ox.UI/js/Ox.UI.js');
|
||||
}
|
||||
files.forEach(function(file) {
|
||||
// fixme: opera doesnt fire onload for svg
|
||||
if ($.browser.opera && Ox.endsWith(file, '.svg')) {
|
||||
return;
|
||||
}
|
||||
var dfd = new $.Deferred();
|
||||
promises.push(dfd.promise());
|
||||
Ox.loadFile(Ox.PATH + file, function() {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue