mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-04-26 02:16:16 -04:00
tests: Use cookie libraries to manipulate cookies
This commit is contained in:
parent
202d65d2bb
commit
2776946627
7 changed files with 36 additions and 32 deletions
|
@ -63,4 +63,8 @@ exports.padcookie = new class {
|
|||
prefs[prefName] = value;
|
||||
this.writePrefs_(prefs);
|
||||
}
|
||||
|
||||
clear() {
|
||||
this.writePrefs_({});
|
||||
}
|
||||
}();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue