3.1.1 sway.fm fixed, multiple sub-folder fix

This commit is contained in:
Trevor Squillario 2013-11-01 07:31:43 -04:00
parent 89684032ce
commit 4b116d0024
37 changed files with 1629 additions and 530 deletions

View file

@ -10,7 +10,11 @@ JamStash.service('utils', function ($cookieStore) {
}
};
this.setValue = function (key, value, notify) {
$cookieStore.put(key, value);
if (value !== null) {
$cookieStore.put(key, value);
} else {
$cookieStore.remove(key);
}
if (notify) {
}
/* jQuery.cookies.js