This commit is contained in:
Nicolas Stepien 2013-04-16 23:34:26 +02:00
parent 48267c2462
commit 3a674b81f2
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,5 @@
- Fix inputs in the `Rice` tab being empty when `Custom Board Navigation` is disabled.
### 3.1.3 - *2013-04-16*
- Fix Chrome freezing when switching from the `Filter` tab to another tab in the settings.

View File

@ -85,7 +85,9 @@ Header =
Header.setCatalogLinks Conf['Header catalog links']
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
return unless text
as = $$('#full-board-list a', Header.bar)[0...-2] # ignore the Settings and Home links