[embed] debug of start config
This commit is contained in:
parent
ca3e9eb589
commit
ba56ef921c
|
@ -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',
|
||||||
|
|
|
@ -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',
|
||||||
|
|
|
@ -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',
|
||||||
|
|
Loading…
Reference in a new issue