Plugin Directory

Changeset 2254125


Ignore:
Timestamp:
03/04/2020 10:16:18 AM (6 years ago)
Author:
southdevondigital
Message:

Increased cookie expiry time

File:
1 edited

Legend:

Unmodified
Added
Removed
  • swiper-lite/trunk/js/post-swiper.js

    r2254118 r2254125  
    2828            likedPosts.push(postTitle);
    2929            Cookies.set(`likedPosts_${bodyClass}`,JSON.stringify(likedPosts), {
    30                 expires: 999
     30                expires: 9999
    3131            });
    3232            renderLikedPosts();
Note: See TracChangeset for help on using the changeset viewer.