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() {
|
||||
|
|
|
|||
|
|
@ -66,7 +66,7 @@ Ox.App = function(options) {
|
|||
callback = argument;
|
||||
}
|
||||
});
|
||||
return Ox.Request.send($.extend({
|
||||
return Ox.Request.send(Ox.extend({
|
||||
age: age,
|
||||
callback: callback,
|
||||
data: {
|
||||
|
|
|
|||
|
|
@ -53,4 +53,4 @@ Ox.forEach($('<div>'), function(val, key) {
|
|||
Ox.UI.elements[id] : ret;
|
||||
};
|
||||
}
|
||||
});
|
||||
}, true);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue