Merge pull request #604 from lioshi/master
fix: events.load really at the end (inside setTimeout)
This commit is contained in:
commit
b49eb506e2
|
|
@ -662,14 +662,13 @@ var tarteaucitron = {
|
||||||
tarteaucitron.userInterface.respond(this, false);
|
tarteaucitron.userInterface.respond(this, false);
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
if(tarteaucitron.events.load) {
|
||||||
|
tarteaucitron.events.load();
|
||||||
|
}
|
||||||
}, 500);
|
}, 500);
|
||||||
|
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
|
|
||||||
if(tarteaucitron.events.load) {
|
|
||||||
tarteaucitron.events.load();
|
|
||||||
}
|
|
||||||
},
|
},
|
||||||
"addService": function (serviceId) {
|
"addService": function (serviceId) {
|
||||||
"use strict";
|
"use strict";
|
||||||
|
|
@ -1844,4 +1843,4 @@ var tarteaucitron = {
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue