re-add ids for stats and updater

This commit is contained in:
Jordan Bates 2013-04-25 06:33:01 -07:00
parent 9c16982c53
commit bf8bfa7dbf
6 changed files with 17 additions and 10 deletions

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -64,7 +64,6 @@ a[href="javascript:;"] {
#overlay,
#fourchanx-settings,
#qp, #ihover,
#updater, #thread-stats,
#navlinks, .fixed #header-bar,
#qr {
position: fixed;

View File

@ -3,6 +3,7 @@ ThreadStats =
return if g.VIEW isnt 'thread' or !Conf['Thread Stats']
@dialog = sc = $.el 'span',
innerHTML: "<span id=post-count>0</span> / <span id=file-count>0</span></div>"
id: 'thread-stats'
@postCountEl = $ '#post-count', sc
@fileCountEl = $ '#file-count', sc

View File

@ -6,6 +6,7 @@ ThreadUpdater =
@dialog = sc = $.el 'span',
innerHTML: "
<input name='Auto Update This' type=checkbox #{checked}><span id=update-status></span> <span id=update-timer></span>"
id: 'updater'
@timer = $ '#update-timer', sc
@status = $ '#update-status', sc