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") ? "^" : "";