Version number in the options will now link to the changelog. Close #255.

This commit is contained in:
Nicolas Stepien 2012-02-23 20:45:53 +01:00
parent 82f2dec852
commit b966065020
2 changed files with 4 additions and 2 deletions

View File

@ -2114,7 +2114,8 @@
className: 'reply dialog', className: 'reply dialog',
innerHTML: '<div id=optionsbar>\ innerHTML: '<div id=optionsbar>\
<div id=credits>\ <div id=credits>\
<a target=_blank href=http://mayhemydg.github.com/4chan-x/>4chan X</a> | ' + VERSION + '\ <a target=_blank href=http://mayhemydg.github.com/4chan-x/>4chan X</a>\
| <a target=_blank href=https://raw.github.com/mayhemydg/4chan-x/master/changelog>' + VERSION + '</a>\
| <a target=_blank href=http://mayhemydg.github.com/4chan-x/#bug-report>Issues</a>\ | <a target=_blank href=http://mayhemydg.github.com/4chan-x/#bug-report>Issues</a>\
</div>\ </div>\
<div>\ <div>\

View File

@ -1711,7 +1711,8 @@ options =
className: 'reply dialog' className: 'reply dialog'
innerHTML: '<div id=optionsbar> innerHTML: '<div id=optionsbar>
<div id=credits> <div id=credits>
<a target=_blank href=http://mayhemydg.github.com/4chan-x/>4chan X</a> | ' + VERSION + ' <a target=_blank href=http://mayhemydg.github.com/4chan-x/>4chan X</a>
| <a target=_blank href=https://raw.github.com/mayhemydg/4chan-x/master/changelog>' + VERSION + '</a>
| <a target=_blank href=http://mayhemydg.github.com/4chan-x/#bug-report>Issues</a> | <a target=_blank href=http://mayhemydg.github.com/4chan-x/#bug-report>Issues</a>
</div> </div>
<div> <div>