mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-28 08:14:38 +02:00
Fixed error generated in issue pandora_enterprise#110
This commit is contained in:
parent
13e0221013
commit
459a5825ca
@ -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']; ?>');
|
||||||
|
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user