Add title and pointer to updater
This commit is contained in:
parent
732320893e
commit
95369adff3
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
@ -409,6 +409,9 @@ a.hide-announcement {
|
||||
#update-status:not(.null) {
|
||||
margin-right: 5px;
|
||||
}
|
||||
#update-timer {
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
/* Thread Watcher */
|
||||
#watcher {
|
||||
|
||||
@ -4,7 +4,7 @@ ThreadUpdater =
|
||||
|
||||
checked = if Conf['Auto Update'] then 'checked' else ''
|
||||
@dialog = sc = $.el 'span',
|
||||
innerHTML: "<span id=update-status></span><span id=update-timer></span>"
|
||||
innerHTML: "<span id=update-status></span><span id=update-timer title='Update now'></span>"
|
||||
id: 'updater'
|
||||
|
||||
@timer = $ '#update-timer', sc
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user