Merge branch 'v3'
Conflicts: builds/appchan-x.user.js builds/crx/script.js src/General/html/Settings/Advanced.html
This commit is contained in:
commit
966882c11d
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
@ -83,7 +83,6 @@
|
|||||||
|
|
||||||
<fieldset>
|
<fieldset>
|
||||||
<legend>Unread Favicon <span class=warning #{if Conf['Unread Favicon'] then 'hidden' else ''}>is disabled.</span></legend>
|
<legend>Unread Favicon <span class=warning #{if Conf['Unread Favicon'] then 'hidden' else ''}>is disabled.</span></legend>
|
||||||
<div>
|
|
||||||
<select name=favicon>
|
<select name=favicon>
|
||||||
<option value=ferongr>ferongr</option>
|
<option value=ferongr>ferongr</option>
|
||||||
<option value=xat->xat-</option>
|
<option value=xat->xat-</option>
|
||||||
@ -92,9 +91,18 @@
|
|||||||
<option value=Original>Original</option>
|
<option value=Original>Original</option>
|
||||||
</select>
|
</select>
|
||||||
<span id=favicon-preview></span>
|
<span id=favicon-preview></span>
|
||||||
</div>
|
|
||||||
</fieldset>
|
</fieldset>
|
||||||
|
|
||||||
|
<fieldset>
|
||||||
|
<legend>Emoji <span class=warning #{if Conf['Emoji'] then 'hidden' else ''}>is disabled.</span></legend>
|
||||||
|
<div>
|
||||||
|
Sage Icon: <select name=sageEmoji>
|
||||||
|
<option value="4chan SS">4chan SS</option>
|
||||||
|
<option value="appchan">appchan</option>
|
||||||
|
</select>
|
||||||
|
<span class=sage-icon-preview></span>
|
||||||
|
</div>
|
||||||
|
|
||||||
<fieldset>
|
<fieldset>
|
||||||
<legend>Thread Updater <span class=warning #{if Conf['Thread Updater'] then 'hidden' else ''}>is disabled.</span></legend>
|
<legend>Thread Updater <span class=warning #{if Conf['Thread Updater'] then 'hidden' else ''}>is disabled.</span></legend>
|
||||||
<div>
|
<div>
|
||||||
|
|||||||
Binary file not shown.
|
Before Width: | Height: | Size: 110 B |
Binary file not shown.
|
Before Width: | Height: | Size: 110 B |
Binary file not shown.
|
Before Width: | Height: | Size: 110 B |
Binary file not shown.
|
Before Width: | Height: | Size: 133 B |
Binary file not shown.
|
Before Width: | Height: | Size: 133 B |
Binary file not shown.
|
Before Width: | Height: | Size: 133 B |
@ -1,6 +1,5 @@
|
|||||||
Favicon =
|
Favicon =
|
||||||
init: ->
|
init: ->
|
||||||
$.ready ->
|
|
||||||
Favicon.el = $ 'link[rel="shortcut icon"]', d.head
|
Favicon.el = $ 'link[rel="shortcut icon"]', d.head
|
||||||
Favicon.el.type = 'image/x-icon'
|
Favicon.el.type = 'image/x-icon'
|
||||||
{href} = Favicon.el
|
{href} = Favicon.el
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user