Apparently dates are difficult

This commit is contained in:
chylex 2020-06-26 00:37:31 +02:00
parent 9ea6db5ad1
commit cc81ae7a2a
4 changed files with 4 additions and 4 deletions

File diff suppressed because one or more lines are too long

View File

@ -601,7 +601,7 @@ ${radio("asm", "pause", "Pause Tracking")}
${radio("asm", "switch", "Switch to Next Channel")}
<p id='dht-cfg-note'>
It is recommended to disable link and image previews to avoid putting unnecessary strain on your browser.<br><br>
<sub>v.24, released 25 July 2020</sub>
<sub>v.24, released 25 June 2020</sub>
</p>`);
// elements

File diff suppressed because one or more lines are too long

View File

@ -10,7 +10,7 @@ import distutils.dir_util
VERSION_SHORT = "v.24"
VERSION_FULL = VERSION_SHORT + ", released 25 July 2020"
VERSION_FULL = VERSION_SHORT + ", released 25 June 2020"
EXEC_UGLIFYJS_WIN = "{2}/lib/uglifyjs.cmd --parse bare_returns --compress --mangle toplevel --mangle-props keep_quoted,reserved=[{3}] --output \"{1}\" \"{0}\""