Никакого видео

This commit is contained in:
Alexander Yakovlev 2016-03-13 21:11:23 +07:00
parent c4443af2ea
commit e82e50be45
1 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@ var CandyShop = (function(self) { return self; }(CandyShop || {}));
CandyShop.Webinar = (function(self, Candy, $) {
self.init = function(){
template = {
pane: '<div class="row"><div class="column-left"><iframe width="960" height="720" src="https://www.youtube.com/embed/yG0oBPtyNb0?rel=0&amp;controls=1&amp;showinfo=0" frameborder="0" allowfullscreen></iframe></div><div class="column-right" id="chat-pane">{{> toolbar}}{{> rooms}}</div></div>{{> modal}}'
pane: '<div class="row"><div class="column-left"><h1>Каждое воскресенье</h1><h3>Приходите сюда на Школу Рейки</h3><h5>Каждое воскресенье, 17:00 МСК</h5></div><div class="column-right" id="chat-pane">{{> toolbar}}{{> rooms}}</div></div>{{> modal}}'
};
for (var attrname in template) {
Candy.View.Template.Chat[attrname] = template[attrname];