mirror of
https://github.com/chylex/Discord-History-Tracker.git
synced 2025-04-13 15:27:16 +03:00
Apparently dates are difficult
This commit is contained in:
parent
9ea6db5ad1
commit
cc81ae7a2a
File diff suppressed because one or more lines are too long
@ -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
2
build.py
2
build.py
@ -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}\""
|
||||
|
Loading…
x
Reference in New Issue
Block a user