Revert "set path explicitly for storing cookie"

This commit is contained in:
Jesse Zoldak
2015-12-15 13:26:51 -05:00
parent 92fa4d07cd
commit 83f7ffd743
3 changed files with 1 additions and 35 deletions

View File

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