Add a class to #watcher's close link

This commit is contained in:
Jordan Bates 2013-04-30 07:05:38 -07:00
parent 286047cc44
commit 8503fa97f2
4 changed files with 4 additions and 0 deletions

View File

@ -7094,6 +7094,7 @@
props = _ref[id];
x = $.el('a', {
textContent: '×',
className: 'close',
href: 'javascript:;'
});
$.on(x, 'click', ThreadWatcher.cb.x);

View File

@ -7115,6 +7115,7 @@
props = _ref[id];
x = $.el('a', {
textContent: '×',
className: 'close',
href: 'javascript:;'
});
$.on(x, 'click', ThreadWatcher.cb.x);

View File

@ -7094,6 +7094,7 @@
props = _ref[id];
x = $.el('a', {
textContent: '×',
className: 'close',
href: 'javascript:;'
});
$.on(x, 'click', ThreadWatcher.cb.x);

View File

@ -39,6 +39,7 @@ ThreadWatcher =
for id, props of watched[board]
x = $.el 'a',
textContent: '×'
className: 'close'
href: 'javascript:;'
$.on x, 'click', ThreadWatcher.cb.x
link = $.el 'a', props