Set CatalogThread.thumb back to the anchor
This fixes: Navigate.navigate, Index hover features, etc.
This commit is contained in:
parent
b5fd8738b4
commit
b80989fe30
@ -3352,7 +3352,7 @@
|
|||||||
this.board = this.thread.board;
|
this.board = this.thread.board;
|
||||||
this.nodes = {
|
this.nodes = {
|
||||||
root: root,
|
root: root,
|
||||||
thumb: $('.catalog-thumb', root),
|
thumb: $('.thumb', root),
|
||||||
icons: $('.catalog-icons', root),
|
icons: $('.catalog-icons', root),
|
||||||
postCount: $('.post-count', root),
|
postCount: $('.post-count', root),
|
||||||
fileCount: $('.file-count', root),
|
fileCount: $('.file-count', root),
|
||||||
@ -5221,6 +5221,9 @@
|
|||||||
el: el,
|
el: el,
|
||||||
latestEvent: e,
|
latestEvent: e,
|
||||||
endEvents: 'mouseout',
|
endEvents: 'mouseout',
|
||||||
|
asapTest: function() {
|
||||||
|
return true;
|
||||||
|
},
|
||||||
offsetX: 15,
|
offsetX: 15,
|
||||||
offsetY: -20
|
offsetY: -20
|
||||||
});
|
});
|
||||||
|
|||||||
@ -3378,7 +3378,7 @@
|
|||||||
this.board = this.thread.board;
|
this.board = this.thread.board;
|
||||||
this.nodes = {
|
this.nodes = {
|
||||||
root: root,
|
root: root,
|
||||||
thumb: $('.catalog-thumb', root),
|
thumb: $('.thumb', root),
|
||||||
icons: $('.catalog-icons', root),
|
icons: $('.catalog-icons', root),
|
||||||
postCount: $('.post-count', root),
|
postCount: $('.post-count', root),
|
||||||
fileCount: $('.file-count', root),
|
fileCount: $('.file-count', root),
|
||||||
@ -5247,6 +5247,9 @@
|
|||||||
el: el,
|
el: el,
|
||||||
latestEvent: e,
|
latestEvent: e,
|
||||||
endEvents: 'mouseout',
|
endEvents: 'mouseout',
|
||||||
|
asapTest: function() {
|
||||||
|
return true;
|
||||||
|
},
|
||||||
offsetX: 15,
|
offsetX: 15,
|
||||||
offsetY: -20
|
offsetY: -20
|
||||||
});
|
});
|
||||||
|
|||||||
@ -247,6 +247,7 @@ Index =
|
|||||||
el: el
|
el: el
|
||||||
latestEvent: e
|
latestEvent: e
|
||||||
endEvents: 'mouseout'
|
endEvents: 'mouseout'
|
||||||
|
asapTest: -> true
|
||||||
offsetX: 15
|
offsetX: 15
|
||||||
offsetY: -20
|
offsetY: -20
|
||||||
setTimeout (-> el.hidden = false if el.parentNode), .25 * $.SECOND
|
setTimeout (-> el.hidden = false if el.parentNode), .25 * $.SECOND
|
||||||
|
|||||||
@ -7,7 +7,7 @@ class CatalogThread
|
|||||||
@board = @thread.board
|
@board = @thread.board
|
||||||
@nodes =
|
@nodes =
|
||||||
root: root
|
root: root
|
||||||
thumb: $ '.catalog-thumb', root
|
thumb: $ '.thumb', root
|
||||||
icons: $ '.catalog-icons', root
|
icons: $ '.catalog-icons', root
|
||||||
postCount: $ '.post-count', root
|
postCount: $ '.post-count', root
|
||||||
fileCount: $ '.file-count', root
|
fileCount: $ '.file-count', root
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user