commit 26afbf68754eb6284c66b5bc2d336b2900dc7bbf Author: Alexandre Allaire alexandre.allaire@mail.mcgill.ca Date: Thu Dec 6 15:09:50 2012 -0500
Remove comment which is no longer relevant.
Remove a comment which descibed a function argument which was removed in the previous commit. --- proxy/options.js | 1 - 1 files changed, 0 insertions(+), 1 deletions(-)
diff --git a/proxy/options.js b/proxy/options.js index 665ab31..326043e 100644 --- a/proxy/options.js +++ b/proxy/options.js @@ -8,7 +8,6 @@ var COOKIE_LIFETIME = "Thu, 01 Jan 2020 00:00:00 GMT";
window.addEventListener("load", function () {
- /* Checks for a cookie with name cookie */ function cookie_present() { var cookies = document.cookie.split(";");
tor-commits@lists.torproject.org