The way this line changed in the compiled version with every release bugged me.
This commit is contained in:
parent
dc162fd1db
commit
21ce9aa46c
@ -35,6 +35,7 @@ Settings =
|
||||
id: 'fourchanx-settings'
|
||||
className: 'dialog'
|
||||
$.extend dialog, <%= importHTML('Settings/Settings') %>
|
||||
$('a[href$="/CHANGELOG.md"]', dialog).textContent = g.VERSION
|
||||
|
||||
$.on $('.export', Settings.dialog), 'click', Settings.export
|
||||
$.on $('.import', Settings.dialog), 'click', Settings.import
|
||||
|
||||
@ -7,7 +7,7 @@
|
||||
<a class=reset>Reset Settings</a> | 
|
||||
<input type=file hidden>
|
||||
<a href='<%= meta.page %>' target=_blank><%= meta.name %></a> | 
|
||||
<a href='<%= meta.repo %>blob/<%= meta.mainBranch %>/CHANGELOG.md' target=_blank><%= meta.version %></a> | 
|
||||
<a href='<%= meta.repo %>blob/<%= meta.mainBranch %>/CHANGELOG.md' target=_blank></a> | 
|
||||
<a href='<%= meta.repo %>issues' target=_blank>Issues</a> | 
|
||||
<a href=javascript:; class='close fa fa-times' title=Close></a>
|
||||
</div>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user