fix #1777 - restore taskboard column colors

stable
Juanfran 2014-12-11 13:35:53 +01:00
parent 02faf9c2ee
commit 15b7a38a57
1 changed files with 1 additions and 1 deletions

View File

@ -372,7 +372,7 @@ TaskboardSquishColumnDirective = (rs) ->
if width
column.css('max-width', width)
else
column.removeAttr("style")
column.css("max-width", 'none')
refreshTaskboardTableWidth = () =>
columnWidths = []