Merge branch '1652-se-eliminan-las-lineas-de-las-consolas-en-la-vista-a-pantalla-completa-dev' into 'develop'

Fixed error generated in issue pandora_enterprise#110

See merge request artica/pandorafms!1124
This commit is contained in:
vgilc 2017-11-29 16:42:48 +01:00
commit 2705737058

View File

@ -244,10 +244,11 @@ $ignored_params['refr'] = '';
$('div.vc-countdown').countdown('destroy'); $('div.vc-countdown').countdown('destroy');
//cb(); //cb();
url = js_html_entity_decode( href ) + duration; url = js_html_entity_decode( href ) + duration;
//$(document).attr ("location", url); $(document).attr ("location", url);
$.post(window.location.href.replace("refr=300","refr="+new_count), function(respuestaSolicitud){ /*$.post(window.location.href.replace("refr=300","refr="+new_count), function(respuestaSolicitud){
$('#background_<?php echo $id_layout; ?>').html(respuestaSolicitud); $('#background_<?php echo $id_layout; ?>').html(respuestaSolicitud);
}); });
*/
$("#main_pure").css('background-color','<?php echo $layout['background_color']; ?>'); $("#main_pure").css('background-color','<?php echo $layout['background_color']; ?>');
} }