mirror of
https://github.com/chylex/Discord-History-Tracker.git
synced 2025-06-07 02:43:08 +03:00
Add version and release date to renderer
This commit is contained in:
parent
8584714be5
commit
82a127003e
@ -38,6 +38,7 @@ var GUI = (function(){
|
|||||||
|
|
||||||
showModal(560, [
|
showModal(560, [
|
||||||
"<p>Discord History Tracker is developed by <a href='https://chylex.com'>chylex</a> as an <a href='"+linkGH+"/blob/master/LICENSE.md'>open source</a> project.</p>",
|
"<p>Discord History Tracker is developed by <a href='https://chylex.com'>chylex</a> as an <a href='"+linkGH+"/blob/master/LICENSE.md'>open source</a> project.</p>",
|
||||||
|
"<sub>BETA v.2, released 31 May 2015</sub>",
|
||||||
"<p>Please, report any issues and suggestions to the <a href='"+linkGH+"/issues'>tracker</a>. If you want to support the development, please spread the word and consider <a href='https://www.patreon.com/chylex'>becoming a patron</a>. Any support is appreciated!</p>",
|
"<p>Please, report any issues and suggestions to the <a href='"+linkGH+"/issues'>tracker</a>. If you want to support the development, please spread the word and consider <a href='https://www.patreon.com/chylex'>becoming a patron</a>. Any support is appreciated!</p>",
|
||||||
"<p>",
|
"<p>",
|
||||||
"<a href='"+linkGH+"/issues'>Issue Tracker</a> — ",
|
"<a href='"+linkGH+"/issues'>Issue Tracker</a> — ",
|
||||||
|
@ -36,6 +36,11 @@
|
|||||||
margin-bottom: 1px;
|
margin-bottom: 1px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#dialog sub {
|
||||||
|
color: #999;
|
||||||
|
font-size: 12px;
|
||||||
|
}
|
||||||
|
|
||||||
#dialog a {
|
#dialog a {
|
||||||
color: #0096CF;
|
color: #0096CF;
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user