Merge branch 'master' of github.com:aeosynth/4chan-x
This commit is contained in:
commit
9ac3e40581
@ -2124,7 +2124,7 @@
|
||||
var props, watched, _name;
|
||||
props = {
|
||||
href: "/" + g.BOARD + "/res/" + id,
|
||||
textContent: getTitle(thread).slice(0, 30)
|
||||
textContent: getTitle(thread)
|
||||
};
|
||||
watched = $.get('watched', {});
|
||||
watched[_name = g.BOARD] || (watched[_name] = {});
|
||||
@ -3251,6 +3251,9 @@
|
||||
\
|
||||
#watcher {\
|
||||
position: absolute;\
|
||||
width: 250px;\
|
||||
overflow: hidden;\
|
||||
white-space: nowrap;\
|
||||
}\
|
||||
#watcher > div {\
|
||||
padding-right: 5px;\
|
||||
|
||||
@ -1614,7 +1614,7 @@ watcher =
|
||||
watch: (thread, id) ->
|
||||
props =
|
||||
href: "/#{g.BOARD}/res/#{id}"
|
||||
textContent: getTitle(thread)[...30]
|
||||
textContent: getTitle(thread)
|
||||
|
||||
watched = $.get 'watched', {}
|
||||
watched[g.BOARD] or= {}
|
||||
@ -2510,6 +2510,9 @@ Main =
|
||||
|
||||
#watcher {
|
||||
position: absolute;
|
||||
width: 250px;
|
||||
overflow: hidden;
|
||||
white-space: nowrap;
|
||||
}
|
||||
#watcher > div {
|
||||
padding-right: 5px;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user