Forum Replies Created

Viewing 1 replies (of 1 total)
  • Forum: Plugins
    In reply to: [WP To Do] Deadline warning
    Thread Starter nretout

    (@nretout)

    Line 122

    if(0 > <?php echo $difference; ?>){
    clock.setTime(0);
    jQuery(“#timer”).replaceWith(function(n){
    return ‘<div class=”alert alert-danger font-weight-bold”> Attention ! Cette tache est en retard </div>’;
    });

    That not work in page view !

Viewing 1 replies (of 1 total)