3.1.1 sway.fm fixed, multiple sub-folder fix
This commit is contained in:
parent
89684032ce
commit
4b116d0024
37 changed files with 1629 additions and 530 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue