Commit 8bc806a019cad73a0442ac888d2e1eeeee889e31

Authored by Andrey Karpikov
1 parent d856c118

for repeat element extend active item class

... ... @@ -229,7 +229,7 @@ module Kanjai
229 229 value = scope.where(row_item: row_index).collect{|item| [item.marker, item.text_value] }.to_h
230 230
231 231 if(row_index == 1)
232   - value['###FIRST_ITEM_ACTIVE###'] = 'active'
  232 + value['###FIRST_ITEM_ACTIVE###'] = 'active show'
233 233 else
234 234 value['###FIRST_ITEM_ACTIVE###'] = ''
235 235 end
... ...
1 1 module Kanjai
2   - VERSION = "0.0.265"
  2 + VERSION = "0.0.266"
3 3 end
... ...