Function lc_get_cookie(name
-
Hi,
I installed hyper 3.1.7 and the last line I have:<script>function lc_get_cookie(name) {var c = document.cookie;if (c.indexOf(name) != -1) {var x = c.indexOf(name)+name.length+1;var y = c.indexOf(";",x);if (y < 0) y = c.length;return decodeURIComponent(c.substring(x,y));} else return "";}if ((d = document.getElementById("commentform")) != null) { e = d.elements;var z = lc_get_cookie("comment_author_email_dda95a72d64813a1826aeb36afc65ea6");if (z != "") e["email"].value = z;z = lc_get_cookie("comment_author_dda95a72d64813a1826aeb36afc65ea6");if (z != "") e["author"].value = z.replace(/\+/g, " ");z = lc_get_cookie("comment_author_url_dda95a72d64813a1826aeb36afc65ea6");if (z != "") e["url"].value = z;}</script></body></html><!-- hyper cache 2015-01-16 10:41:13 -->
see herewhat does it mean? Thanks for help.
The topic ‘Function lc_get_cookie(name’ is closed to new replies.