* zin: fix openPage not work as expected.
This commit is contained in:
+1
-1
@@ -998,7 +998,7 @@
|
||||
location.href = $.createLink('index', 'app', 'url=' + btoa(url));
|
||||
return;
|
||||
}
|
||||
$.apps.openApp(url, $.extend({code: appCode || currentCode, forceReload: true}, options));
|
||||
$.apps.openApp(url, $.extend({code: appCode, forceReload: true}, options));
|
||||
}
|
||||
|
||||
function autoLoad(id)
|
||||
|
||||
Reference in New Issue
Block a user