Advertisement
Guest User

Future Posts Calendar Patch

a guest
Jul 16th, 2014
247
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Diff 0.61 KB | None | 0 0
  1. Index: future-posts-calendar/trunk/future_calendar.php
  2. ===================================================================
  3. --- future-posts-calendar/trunk/future_calendar.php   (revision 790016)
  4. +++ future-posts-calendar/trunk/future_calendar.php   (working copy)
  5. @@ -111,7 +111,8 @@
  6.  
  7.             jQuery(document).ready( function($) {
  8.                     // close postboxes that should be closed
  9. -                   jQuery('.if-js-closed').removeClass('if-js-closed').addClass('closed');
  10. +                   $('.if-js-closed').removeClass('if-js-closed').addClass('closed');
  11.    
  12.                     // postboxes
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement