From 9fd6f9e376de4cd731b072275b30f5be7136b32f Mon Sep 17 00:00:00 2001 From: Dario Solera Date: Wed, 7 Oct 2009 13:26:19 +0000 Subject: [PATCH] Fixed typo (spurious "e"). --- WebApplication/Popup.aspx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/WebApplication/Popup.aspx b/WebApplication/Popup.aspx index 508e806..7ff582d 100644 --- a/WebApplication/Popup.aspx +++ b/WebApplication/Popup.aspx @@ -53,7 +53,7 @@ } function ProcessExternalLink() { - var url = GetValue("txtLinkUrl");e + var url = GetValue("txtLinkUrl"); if(url == "") return false; var title = GetValue("txtLinkTitle"); var c = IsChecked("chkLinkNW") ? "^" : "";