Closed braiam closed 11 years ago
It's probably because you have a js error in your file and the script loading doesn't finish... that's a problem ! I will investigate about that...
Nope it's not that... I updated an implementation, insert a js compile error, update, "test in the lab button", 2 second to load the script in AMR, 2 seconds to open the lab... I can see that my script doesn't compile like in the following picture.. I even can see the line the problem is in the console...
Seems like the load function have to wait till all the scripts are loaded from the secure server before calling load(). If someone import a script from the community site using the lab button the page just hogs without doing a thing. Opening the console and calling load() fix the problem.