Commit adc42889ec323af1b685dc880e2ccadc8fb924cf

Authored by Andrey Karpikov
1 parent 9157ede5

check menu selected

... ... @@ -138,8 +138,7 @@ module Kanjai
138 138 else
139 139 if normal_state_template.present?
140 140 subparts << normal_state_template.gsub('###link###', page.menu_url(session[:scheme], lang = nil).to_s)
141   - .gsub('###title###',session[:url].to_s)
142   - # .gsub('###title###', page.lang_attributes(I18n.locale, :title).to_s)
  141 + .gsub('###title###', page.lang_attributes(I18n.locale, :title).to_s)
143 142 end
144 143 end
145 144
... ...
1 1 module Kanjai
2   - VERSION = "0.0.367"
  2 + VERSION = "0.0.368"
3 3 end
... ...