Skip to content
This repository has been archived by the owner on Jun 20, 2024. It is now read-only.

Commit

Permalink
Actual cookie name
Browse files Browse the repository at this point in the history
  • Loading branch information
ecoslado committed Mar 30, 2017
1 parent b74495c commit 4c3d46a
Show file tree
Hide file tree
Showing 6 changed files with 5 additions and 3 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,5 @@ node_modules
doofinder.log
test_doofinder.php
/deploy
/dist/*
!/dist/*latest*.zip
Binary file modified dist/doofinder-p1.5-latest-no-full.zip
Binary file not shown.
Binary file modified dist/doofinder-p1.5-latest.zip
Binary file not shown.
2 changes: 1 addition & 1 deletion doofinder.php
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ class Doofinder extends Module

const GS_SHORT_DESCRIPTION = 1;
const GS_LONG_DESCRIPTION = 2;
const VERSION = "2.1.16";
const VERSION = "2.1.17";
const YES = 1;
const NO = 0;

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "doofinder-for-prestashop",
"version": "2.1.16",
"version": "2.1.17",
"devDependencies": {
"grunt": "^0.4.5",
"grunt-contrib-clean": "^0.5.0",
Expand Down
2 changes: 1 addition & 1 deletion script.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
dfLinks.forEach(function(item){
if(href.indexOf(item) > -1 && typeof(dfLayer) != 'undefined'){
var hashid = dfLayer.layerOptions.hashid;
var cookie = Cookies.getJSON('dfhit' + hashid);
var cookie = Cookies.getJSON('doofhit' + hashid);
var query = cookie.query;
dfLayer.controller.registerClick(dfProductLinks[item], {
"query": query
Expand Down

0 comments on commit 4c3d46a

Please sign in to comment.