Fix #1043.
This commit is contained in:
parent
48267c2462
commit
3a674b81f2
@ -1,3 +1,5 @@
|
|||||||
|
- Fix inputs in the `Rice` tab being empty when `Custom Board Navigation` is disabled.
|
||||||
|
|
||||||
### 3.1.3 - *2013-04-16*
|
### 3.1.3 - *2013-04-16*
|
||||||
|
|
||||||
- Fix Chrome freezing when switching from the `Filter` tab to another tab in the settings.
|
- Fix Chrome freezing when switching from the `Filter` tab to another tab in the settings.
|
||||||
|
|||||||
@ -85,7 +85,9 @@ Header =
|
|||||||
Header.setCatalogLinks Conf['Header catalog links']
|
Header.setCatalogLinks Conf['Header catalog links']
|
||||||
|
|
||||||
generateBoardList: (text) ->
|
generateBoardList: (text) ->
|
||||||
list = $ '#custom-board-list', Header.bar
|
unless list = $ '#custom-board-list', Header.bar
|
||||||
|
# init'd with the custom board list disabled.
|
||||||
|
return
|
||||||
$.rmAll list
|
$.rmAll list
|
||||||
return unless text
|
return unless text
|
||||||
as = $$('#full-board-list a', Header.bar)[0...-2] # ignore the Settings and Home links
|
as = $$('#full-board-list a', Header.bar)[0...-2] # ignore the Settings and Home links
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user