Commit d785d583cda84e583fe40332420ae771c4937b08

Authored by Andrey Karpikov
1 parent 7ca5896e

check checked

... ... @@ -328,6 +328,7 @@ module Kanjai
328 328 if !hash_value.nil? and !text.nil?
329 329 hash_value.each do |key2, value2|
330 330 if !key2.nil? and !value2.nil?
  331 + key = 'make-checked' if key == 'checked'
331 332 new_attributes[key].gsub!(key2, value2)
332 333 new_attributes[key].gsub!('###FORM_ACTION###', "/#{I18n.locale}/form/#{@page_content_id}")
333 334 end
... ...
1 1 module Kanjai
2   - VERSION = "0.0.278"
  2 + VERSION = "0.0.279"
3 3 end
... ...