Page MenuHomePhabricator

D11434.id27472.diff
No OneTemporary

D11434.id27472.diff

diff --git a/webroot/rsrc/externals/javelin/lib/Cookie.js b/webroot/rsrc/externals/javelin/lib/Cookie.js
--- a/webroot/rsrc/externals/javelin/lib/Cookie.js
+++ b/webroot/rsrc/externals/javelin/lib/Cookie.js
@@ -82,8 +82,8 @@
cookie_bits.push('Secure');
}
- cookie_str = cookie_bits.join('; ') + ';';
- var cookie_str = this.getKey() + '=' + cookie_str;
+ var cookie_str = cookie_bits.join('; ') + ';';
+ cookie_str = this.getKey() + '=' + cookie_str;
this.getTarget().cookie = cookie_str;
},

File Metadata

Mime Type
text/plain
Expires
Sun, Nov 3, 9:34 PM (2 w, 22 h ago)
Storage Engine
blob
Storage Format
Encrypted (AES-256-CBC)
Storage Handle
6757949
Default Alt Text
D11434.id27472.diff (545 B)

Event Timeline