Forums
Home / Plugin: WP To Do / Deadline warning
(@nretout)
5 years, 5 months ago
Hello,
Thank you for this plugin ! I’ve a problem :
The deadline warning is always present even when this is not the case (on page admin.php).
Thanks for your help or correction.
Best regard !
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 !