Skip to content

Commit

Permalink
include cookie fix
Browse files Browse the repository at this point in the history
  • Loading branch information
1cg committed Aug 4, 2023
1 parent 15e607f commit fe1eeb4
Show file tree
Hide file tree
Showing 129 changed files with 75,407 additions and 4 deletions.
2 changes: 1 addition & 1 deletion dist/_hyperscript.js
Original file line number Diff line number Diff line change
Expand Up @@ -2435,7 +2435,7 @@
finalValue+=";secure=" + value.path;
}
}
document.cookie= prop + "=" + value;
document.cookie= prop + "=" + finalValue;
return true;
}
})
Expand Down
2 changes: 1 addition & 1 deletion dist/_hyperscript.min.js

Large diffs are not rendered by default.

Binary file modified dist/_hyperscript.min.js.gz
Binary file not shown.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"scripting",
"HTML"
],
"version": "0.9.10",
"version": "0.9.11",
"homepage": "https://hyperscript.org/",
"bugs": {
"url": "https://github.com/bigskysoftware/_hyperscript/issues"
Expand Down
2 changes: 1 addition & 1 deletion www/js/_hyperscript.min.js

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions www/test/0.9.11/dist/_hyperscript.d.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@

0 comments on commit fe1eeb4

Please sign in to comment.