This one we can populate in the template now.
This commit is contained in:
parent
800556091c
commit
4ee5852107
@ -35,7 +35,6 @@ Settings =
|
||||
id: 'fourchanx-settings'
|
||||
className: 'dialog'
|
||||
$.extend dialog, <%= importHTML('Settings/Settings') %>
|
||||
$('a[href$="/CHANGELOG.md"]', dialog).textContent = g.VERSION
|
||||
|
||||
Settings.overlay = overlay = $.el 'div',
|
||||
id: 'overlay'
|
||||
|
||||
@ -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"></a> | 
|
||||
<a href="<%= meta.repo %>blob/<%= meta.mainBranch %>/CHANGELOG.md" target="_blank">${g.VERSION}</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