Advertisement
Guest User

Untitled

a guest
Feb 8th, 2016
48
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.17 KB | None | 0 0
  1. (function($) {
  2. $(document).on('facetwp-loaded', function() {
  3. var post_ids = FWP.settings.post_ids;
  4. // TODO: store post IDs into a cookie
  5. });
  6. })(jQuery);
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement