[embed] debug of start config

This commit is contained in:
Maxim Kadushkin 2016-11-17 16:01:54 +03:00
parent ca3e9eb589
commit ba56ef921c
3 changed files with 3 additions and 3 deletions

View file

@ -216,7 +216,7 @@ var ApplicationController = new(function(){
$('#idt-embed').hide(); $('#idt-embed').hide();
if ( !embedConfig.fullscreenUrl ) if ( !embedConfig.fullscreenUrl )
$('#idt-fullscr').hide(); $('#idt-fullscreen').hide();
common.controller.modals.attach({ common.controller.modals.attach({
share: '#idt-share', share: '#idt-share',

View file

@ -225,7 +225,7 @@ var ApplicationController = new(function(){
$('#idt-embed').hide(); $('#idt-embed').hide();
if ( !embedConfig.fullscreenUrl ) if ( !embedConfig.fullscreenUrl )
$('#idt-fullscr').hide(); $('#idt-fullscreen').hide();
common.controller.modals.attach({ common.controller.modals.attach({
share: '#idt-share', share: '#idt-share',

View file

@ -173,7 +173,7 @@ var ApplicationController = new(function(){
$('#idt-embed').hide(); $('#idt-embed').hide();
if ( !embedConfig.fullscreenUrl ) if ( !embedConfig.fullscreenUrl )
$('#idt-fullscr').hide(); $('#idt-fullscreen').hide();
common.controller.modals.attach({ common.controller.modals.attach({
share: '#idt-share', share: '#idt-share',