diff --git a/o2web/source/x_desktop/ddsso.html b/o2web/source/x_desktop/ddsso.html index 0d8ddda87c1ee1aabb1ee9d1ab01675286320324..3f4f380ac71285d2fabb4edcee2e7dcdfede30b9 100644 --- a/o2web/source/x_desktop/ddsso.html +++ b/o2web/source/x_desktop/ddsso.html @@ -6,7 +6,7 @@ - + diff --git a/o2web/source/x_desktop/js/ddsso.js b/o2web/source/x_desktop/js/ddsso.js index b4bbf9a0aa910b2b30e23173c9d792eade495915..4848f169ca136a6cbfd941cbebbbd096347c7d04 100644 --- a/o2web/source/x_desktop/js/ddsso.js +++ b/o2web/source/x_desktop/js/ddsso.js @@ -7,7 +7,7 @@ layout.desktop = layout; layout.session = layout.session || {}; o2.addReady(function () { - o2.load(["../o2_lib/mootools/plugin/mBox.Notice.js", "../o2_lib/mootools/plugin/mBox.Tooltip.js"], { "sequence": true }, function () { + o2.load(["../o2_lib/mootools/plugin/mBox.Notice.js", "../o2_lib/mootools/plugin/mBox.Tooltip.js", "../o2_core/o2/widget/Common.js"], { "sequence": true }, function () { //MWF.defaultPath = "../x_desktop"+MWF.defaultPath; MWF.loadLP("zh-cn"); MWF.require("MWF.xDesktop.Layout", function () { @@ -77,11 +77,11 @@ o2.addReady(function () { }.bind(this) }); }.bind(this), - onFail: function (err) { } + onFail: function (err) { console.log(err);} }); - }.bind(this), "failure": function (xhr, text, error) { }.bind(this) + }.bind(this), "failure": function (xhr, text, error) { console.log(error); }.bind(this) }); }); };