From c9c7369987db13f515acd1a4c66282b38ec1634c Mon Sep 17 00:00:00 2001 From: pgregorynz Date: Wed, 3 Mar 2010 08:06:27 +0000 Subject: [PATCH] DO NOT DOWNLOAD. DOWNLOAD LATEST STABLE FROM RELEASE TAB Fixes Launch Umbraco button on the noNodes.aspx splash [TFS Changeset #64398] --- umbraco/presentation/config/splashes/noNodes.aspx.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/umbraco/presentation/config/splashes/noNodes.aspx.cs b/umbraco/presentation/config/splashes/noNodes.aspx.cs index aac3e8540c..f595e360de 100644 --- a/umbraco/presentation/config/splashes/noNodes.aspx.cs +++ b/umbraco/presentation/config/splashes/noNodes.aspx.cs @@ -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"; }