Add title and pointer to updater

This commit is contained in:
Jordan Bates 2013-04-25 07:18:22 -07:00
parent 732320893e
commit 95369adff3
5 changed files with 10 additions and 7 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

@ -409,6 +409,9 @@ a.hide-announcement {
#update-status:not(.null) {
margin-right: 5px;
}
#update-timer {
cursor: pointer;
}
/* Thread Watcher */
#watcher {

View File

@ -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