1
0
mirror of https://github.com/d47081/qBittorrent.git synced 2025-01-12 15:57:57 +00:00

WebUI: MochaUI: Check for undefined functions

This commit is contained in:
Gabriele 2014-12-08 21:00:00 +01:00
parent d055613125
commit aded5422d8
2 changed files with 3 additions and 1 deletions

File diff suppressed because one or more lines are too long

View File

@ -163,6 +163,8 @@ MUI.extend({
new MUI.Require({
js: options.require.js,
onload: function(){
if (!$defined(options.require.onload))
return;
if (Browser.Engine.presto){
options.require.onload.delay(100);
}