Fixed typo (spurious "e").
This commit is contained in:
parent
94dc584129
commit
9fd6f9e376
1 changed files with 1 additions and 1 deletions
|
@ -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") ? "^" : "";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue