Skip to Content.
Sympa Menu

devel - a js function missing

Subject: Developers of Sympa

List archive

Chronological Thread  
  • From: Petr Prazak <address@concealed>
  • To: address@concealed
  • Subject: a js function missing
  • Date: Fri, 13 Apr 2001 16:39:29 +0200

Hello Olivier,

In The main.us.tpl

the function getCookVal is missing:

function getCookieVal(offset) {
var endstr = document.cookie.indexOf(";", offset);
if (endstr == -1) endstr = document.cookie.length;
return unescape(document.cookie.substring(offset, endstr));
}

Best regards,
Petr Prazak





Archive powered by MHonArc 2.6.19+.

Top of Page