set path explicitly for storing cookie

This commit is contained in:
Syed Hassan Raza
2015-11-04 16:44:17 -08:00
parent 4f185abc33
commit fe0740b91e
3 changed files with 35 additions and 1 deletions

View File

@@ -98,7 +98,7 @@ define(
file: file,
date: moment().valueOf(),
completed: completed || false
}));
}), {path: window.location.pathname});
};
/**