Bug #2078 » progressive_deploy_path_fix_20130730a.diff
src/web/WebRenderer.C | ||
---|---|---|
script.setVar("SESSION_URL", WWebWidget::jsStringLiteral(sessionUrl()));
|
||
std::string deployPath = session_.env().publicDeploymentPath_;
|
||
if (deployPath.empty())
|
||
if (deployPath.empty() || pageId_ == 2)
|
||
deployPath = session_.deploymentPath();
|
||
script.setVar("DEPLOY_PATH", WWebWidget::jsStringLiteral(deployPath));
|
- « Previous
- 1
- 2
- Next »