Tooltips/Cleanup

* removed double escaped json
 * fixed itemset tooltips with classes
 * set cookies to samesite to avoid being rejected by the browser
This commit is contained in:
Sarjuuk
2020-10-10 10:51:56 +02:00
parent 59fb6c1bc9
commit 0430d75989
7 changed files with 22 additions and 18 deletions

View File

@@ -507,6 +507,8 @@ $WH.sc = function(z, y, x, w, v) {
a.setDate(a.getDate() + y);
b += "expires=" + a.toUTCString() + "; ";
b += "SameSite=strict;";
if (w) {
b += "path=" + w + "; ";
}