Bug #13623 » fix-js-twice.patch
src/web/WebRenderer.C | ||
---|---|---|
}
|
||
app->scriptLibrariesAdded_ = 0;
|
||
app->newBeforeLoadJavaScript_ = app->beforeLoadJavaScript_.length();
|
||
bool hybridPage = session_.progressiveBoot() || session_.env().ajax();
|
||
FileServe page(hybridPage ? skeletons::Hybrid_html : skeletons::Plain_html);
|
||
- « Previous
- 1
- 2
- Next »