Add className to reply stubs.
This commit is contained in:
parent
990dd25c50
commit
e506baac51
@ -698,7 +698,9 @@
|
|||||||
textContent: "[ + ] " + name + " " + trip
|
textContent: "[ + ] " + name + " " + trip
|
||||||
});
|
});
|
||||||
$.bind(a, 'click', replyHiding.cb.show);
|
$.bind(a, 'click', replyHiding.cb.show);
|
||||||
div = $.el('div');
|
div = $.el('div', {
|
||||||
|
className: 'stub'
|
||||||
|
});
|
||||||
$.append(div, a);
|
$.append(div, a);
|
||||||
$.before(table, div);
|
$.before(table, div);
|
||||||
}
|
}
|
||||||
|
|||||||
@ -2,6 +2,7 @@
|
|||||||
- custom hotkey binding
|
- custom hotkey binding
|
||||||
- image spoiler revealer
|
- image spoiler revealer
|
||||||
- optional auto noko
|
- optional auto noko
|
||||||
|
- add a class for reply stubs
|
||||||
- fix options centering on Opera
|
- fix options centering on Opera
|
||||||
- fix append '#watch' only when auto watch is enabled
|
- fix append '#watch' only when auto watch is enabled
|
||||||
- fix cooldown with the normal post form
|
- fix cooldown with the normal post form
|
||||||
|
|||||||
@ -495,7 +495,8 @@ replyHiding =
|
|||||||
textContent: "[ + ] #{name} #{trip}"
|
textContent: "[ + ] #{name} #{trip}"
|
||||||
$.bind a, 'click', replyHiding.cb.show
|
$.bind a, 'click', replyHiding.cb.show
|
||||||
|
|
||||||
div = $.el 'div'
|
div = $.el 'div',
|
||||||
|
className: 'stub'
|
||||||
$.append div, a
|
$.append div, a
|
||||||
$.before table, div
|
$.before table, div
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user