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'
|
id: 'fourchanx-settings'
|
||||||
className: 'dialog'
|
className: 'dialog'
|
||||||
$.extend dialog, <%= importHTML('Settings/Settings') %>
|
$.extend dialog, <%= importHTML('Settings/Settings') %>
|
||||||
$('a[href$="/CHANGELOG.md"]', dialog).textContent = g.VERSION
|
|
||||||
|
|
||||||
Settings.overlay = overlay = $.el 'div',
|
Settings.overlay = overlay = $.el 'div',
|
||||||
id: 'overlay'
|
id: 'overlay'
|
||||||
|
|||||||
@ -7,7 +7,7 @@
|
|||||||
<a class="reset">Reset Settings</a> | 
|
<a class="reset">Reset Settings</a> | 
|
||||||
<input type="file" hidden>
|
<input type="file" hidden>
|
||||||
<a href="<%= meta.page %>" target="_blank"><%= meta.name %></a> | 
|
<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="<%= meta.repo %>issues" target="_blank">Issues</a> | 
|
||||||
<a href="javascript:;" class="close fa fa-times" title="Close"></a>
|
<a href="javascript:;" class="close fa fa-times" title="Close"></a>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user