Merge branch 'v3'
Conflicts: src/General/Navigate.coffee
This commit is contained in:
commit
1a7d266cc8
@ -16289,7 +16289,7 @@
|
|||||||
index: function() {
|
index: function() {
|
||||||
delete g.THREADID;
|
delete g.THREADID;
|
||||||
if (Conf['Index Mode'] === 'catalog') {
|
if (Conf['Index Mode'] === 'catalog') {
|
||||||
return $.addClass(doc, 'catalog-mode');
|
return Index.cb.toggleCatalogMode();
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
thread: function() {
|
thread: function() {
|
||||||
|
|||||||
@ -16309,7 +16309,7 @@
|
|||||||
index: function() {
|
index: function() {
|
||||||
delete g.THREADID;
|
delete g.THREADID;
|
||||||
if (Conf['Index Mode'] === 'catalog') {
|
if (Conf['Index Mode'] === 'catalog') {
|
||||||
return $.addClass(doc, 'catalog-mode');
|
return Index.cb.toggleCatalogMode();
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
thread: function() {
|
thread: function() {
|
||||||
|
|||||||
@ -92,7 +92,7 @@ Navigate =
|
|||||||
{
|
{
|
||||||
index: ->
|
index: ->
|
||||||
delete g.THREADID
|
delete g.THREADID
|
||||||
$.addClass doc, 'catalog-mode' if Conf['Index Mode'] is 'catalog'
|
Index.cb.toggleCatalogMode() if Conf['Index Mode'] is 'catalog'
|
||||||
|
|
||||||
thread: ->
|
thread: ->
|
||||||
$.rmClass doc, 'catalog-mode' if Conf['Index Mode'] is 'catalog'
|
$.rmClass doc, 'catalog-mode' if Conf['Index Mode'] is 'catalog'
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user