diff options
author | Robert Pösel <robyer@seznam.cz> | 2017-08-06 19:03:02 +0200 |
---|---|---|
committer | Robert Pösel <robyer@seznam.cz> | 2017-08-06 19:03:02 +0200 |
commit | 59519558a68a62d7d2450013f2930effe75f5d30 (patch) | |
tree | ed1fdce8cdc0bef2337ad74759dc54ed38062c05 /tools/lpgen/lpgen.js | |
parent | 6d1f6fb99d843cb29a869cf9877eb14045a26245 (diff) |
Update all other files in repository to use https links for Miranda NG website
Diffstat (limited to 'tools/lpgen/lpgen.js')
-rw-r--r-- | tools/lpgen/lpgen.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/lpgen/lpgen.js b/tools/lpgen/lpgen.js index d2b96971eb..1e64852753 100644 --- a/tools/lpgen/lpgen.js +++ b/tools/lpgen/lpgen.js @@ -378,7 +378,7 @@ function ReadFile (file) { file_stream=FSO.GetFile(file).OpenAsTextStream(ForReading, TristateUseDefault);
//read file fully into var
allstrings=file_stream.ReadAll();
- //remove all comments. The text starting with \\ (but not with ":\\" it's a links like http://miranda-ng.org/ and ")//" -there is one comment right after needed string)
+ //remove all comments. The text starting with \\ (but not with ":\\" it's a links like https://miranda-ng.org/ and ")//" -there is one comment right after needed string)
//and remove multi-line comments, started with /* and ended with */
text=allstrings.replace(/(?:[^\):])(\/{2}.+?(?=$))|(\s\/\*[\S\s]+?\*\/)/mg,".")
//close file
|