Skip to content

Commit

Permalink
version 1.2.8
Browse files Browse the repository at this point in the history
  • Loading branch information
humanchimp committed Sep 22, 2021
1 parent 1c236f8 commit f9e10b3
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions dist/pathfora.js
Original file line number Diff line number Diff line change
Expand Up @@ -213,7 +213,7 @@

/** @module pathfora/globals/config */

var PF_VERSION = '1.2.7',
var PF_VERSION = '1.2.8',
PF_LOCALE = 'en-US',
PF_DATE_OPTIONS = {},
PREFIX_REC = 'PathforaRecommend_',
Expand Down Expand Up @@ -5323,7 +5323,7 @@

link.setAttribute('rel', 'stylesheet');
link.setAttribute('type', 'text/css');
link.setAttribute('href', CSS_URL);
link.setAttribute('href', window.PathforaCSS || CSS_URL);

this.utils.updateLegacyCookies();
this.utils.store.removeExpiredItems();
Expand Down
Loading

0 comments on commit f9e10b3

Please sign in to comment.