mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-01-23 18:55:26 +00:00
fix(dom) jqueryLoad: pCallBack -> onload: pCallBack
This commit is contained in:
parent
4bf4231d5a
commit
caad2c6057
1 changed files with 3 additions and 1 deletions
|
|
@ -1021,7 +1021,9 @@ var CloudCmd, Util, DOM, CloudFunc;
|
|||
onload: pCallBack,
|
||||
|
||||
onerror: function() {
|
||||
Loader.jsload('/lib/client/jquery.js', pCallBack);
|
||||
Loader.jsload('/lib/client/jquery.js', {
|
||||
onload: pCallBack
|
||||
});
|
||||
|
||||
/* if could not load jquery from google server
|
||||
* maybe we offline, load font from local
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue