Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Files
F14014054
D11434.id27472.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
545 B
Referenced Files
None
Subscribers
None
D11434.id27472.diff
View Options
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
Details
Attached
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)
Attached To
Mode
D11434: Fix another undefined variable
Attached
Detach File
Event Timeline
Log In to Comment