diff --git a/style/style.js b/style/style.js index 0bd2b70..c592405 100644 --- a/style/style.js +++ b/style/style.js @@ -9,7 +9,7 @@ var CandyShop = (function(self) { return self; }(CandyShop || {})); CandyShop.Webinar = (function(self, Candy, $) { self.init = function(){ template = { - pane: '
{{> toolbar}}{{> rooms}}
{{> modal}}' + pane: '

Каждое воскресенье

Приходите сюда на Школу Рейки

Каждое воскресенье, 17:00 МСК
{{> toolbar}}{{> rooms}}
{{> modal}}' }; for (var attrname in template) { Candy.View.Template.Chat[attrname] = template[attrname];