DO NOT DOWNLOAD. DOWNLOAD LATEST STABLE FROM RELEASE TAB

Fixes Launch Umbraco button on the noNodes.aspx splash

[TFS Changeset #64398]
This commit is contained in:
pgregorynz
2010-03-03 08:06:27 +00:00
parent 2a9ec9dd04
commit c9c7369987

View File

@@ -26,7 +26,7 @@ namespace umbraco.presentation.config.splashes
protected void Page_Load(object sender, EventArgs e)
{
ClientLoader.DataBind();
bt_launch.Attributes.Add("onclick", "document.location.href='" + SystemDirectories.Umbraco + "/';");
bt_launch.Attributes.Add("onclick", "document.location.href='" + ResolveUrl(SystemDirectories.Umbraco) + "/';");
vid1.Src = SystemDirectories.Install + "/images/packagesVid1.png";
vid2.Src = SystemDirectories.Install + "/images/packagesVid2.png";
}