Commit ba56ef92 authored by Maxim Kadushkin's avatar Maxim Kadushkin

[embed] debug of start config

parent ca3e9eb5
......@@ -216,7 +216,7 @@ var ApplicationController = new(function(){
$('#idt-embed').hide();
if ( !embedConfig.fullscreenUrl )
$('#idt-fullscr').hide();
$('#idt-fullscreen').hide();
common.controller.modals.attach({
share: '#idt-share',
......
......@@ -225,7 +225,7 @@ var ApplicationController = new(function(){
$('#idt-embed').hide();
if ( !embedConfig.fullscreenUrl )
$('#idt-fullscr').hide();
$('#idt-fullscreen').hide();
common.controller.modals.attach({
share: '#idt-share',
......
......@@ -173,7 +173,7 @@ var ApplicationController = new(function(){
$('#idt-embed').hide();
if ( !embedConfig.fullscreenUrl )
$('#idt-fullscr').hide();
$('#idt-fullscreen').hide();
common.controller.modals.attach({
share: '#idt-share',
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment