Merged in release/release-1.09 (pull request #10)
Release/release 1.09 * Install missing plugins * rs set to 1 * rebase pantheon for aws * rebase pantheon for aws * prod config change * prod config change * fix campaing issue * revert Approved-by: Jay Sharma
This commit is contained in:
committed by
Jay Sharma
parent
779393381f
commit
22f10a9edd
@@ -39,7 +39,7 @@
|
||||
jQuery("#cronMSGC").html("Waiting, sync in progress...");
|
||||
jQuery("#btSendCronC").attr("disabled","disabled");
|
||||
e.preventDefault();
|
||||
jQuery.get("<?php echo get_bloginfo('wpurl');?>/iper_cron?t=c",{},function(data){
|
||||
jQuery.get("<?php echo get_bloginfo('wpurl');?>/iper_cron?t=c.",{},function(data){
|
||||
jQuery("#iper_print_debug_cronC").val(data).html(data);
|
||||
jQuery("#btSendCronC").removeAttr("disabled");
|
||||
jQuery("#cronMSGC").html("");
|
||||
|
||||
Reference in New Issue
Block a user