Commit 1ded45bd authored by Boris Kocherov's avatar Boris Kocherov

increase timeout for proper identification gadet type sub_iframe_gadet or top_gadget.

parent 2af25b71
...@@ -1281,7 +1281,7 @@ ...@@ -1281,7 +1281,7 @@
//1: loadSubGadgetDOMDeclaration //1: loadSubGadgetDOMDeclaration
//..... //.....
tmp_constructor.__ready_list.splice(1, 0, function () { tmp_constructor.__ready_list.splice(1, 0, function () {
return root_gadget.__aq_parent('getTopURL', [], 100) return root_gadget.__aq_parent('getTopURL', [], 10000)
.then(function (topURL) { .then(function (topURL) {
var base = document.createElement('base'); var base = document.createElement('base');
base.href = topURL; base.href = topURL;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment