Add version number in the option dialog.
This commit is contained in:
parent
844890ad18
commit
023c8b2ae0
@ -1236,7 +1236,7 @@
|
|||||||
dialog = ui.dialog('options', '', '\
|
dialog = ui.dialog('options', '', '\
|
||||||
<div id=optionsbar>\
|
<div id=optionsbar>\
|
||||||
<div id=credits>\
|
<div id=credits>\
|
||||||
<a target=_blank href=http://mayhemydg.github.com/4chan-x/>4chan X</a>\
|
<a target=_blank href=http://mayhemydg.github.com/4chan-x/>4chan X</a> | ' + VERSION + '\
|
||||||
| <a target=_blank href=https://github.com/mayhemydg/4chan-x/issues>Issues</a>\
|
| <a target=_blank href=https://github.com/mayhemydg/4chan-x/issues>Issues</a>\
|
||||||
</div>\
|
</div>\
|
||||||
<div>\
|
<div>\
|
||||||
|
|||||||
@ -897,7 +897,7 @@ options =
|
|||||||
dialog = ui.dialog 'options', '', '
|
dialog = ui.dialog 'options', '', '
|
||||||
<div id=optionsbar>
|
<div id=optionsbar>
|
||||||
<div id=credits>
|
<div id=credits>
|
||||||
<a target=_blank href=http://mayhemydg.github.com/4chan-x/>4chan X</a>
|
<a target=_blank href=http://mayhemydg.github.com/4chan-x/>4chan X</a> | ' + VERSION + '
|
||||||
| <a target=_blank href=https://github.com/mayhemydg/4chan-x/issues>Issues</a>
|
| <a target=_blank href=https://github.com/mayhemydg/4chan-x/issues>Issues</a>
|
||||||
</div>
|
</div>
|
||||||
<div>
|
<div>
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user