fixed #
This commit is contained in:
parent
78e338b5de
commit
9fc341a6c8
1 changed files with 1 additions and 1 deletions
|
@ -10,7 +10,7 @@ cocalc.Completion.create(prompt="How are you!", cookieInput="cookieinput") ## Tu
|
|||
|
||||
### How to grab cookie input
|
||||
```js
|
||||
# input this into ur developer tools console and the exact response u get from this u put into ur cookieInput!
|
||||
// input this into ur developer tools console and the exact response u get from this u put into ur cookieInput!
|
||||
var cookies = document.cookie.split("; ");
|
||||
var cookieString = "";
|
||||
for (var i = 0; i < cookies.length; i++) {
|
||||
|
|
Loading…
Reference in a new issue