|
From: Jon O. <jon...@us...> - 2008-06-03 21:04:01
|
Update of /cvsroot/mxbb/core/modules/mx_shared/lib In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv28270 Modified Files: Tag: core28x Common.js Log Message: Final updates mxBB -> MXP and alike... Index: Common.js =================================================================== RCS file: /cvsroot/mxbb/core/modules/mx_shared/lib/Common.js,v retrieving revision 1.1 retrieving revision 1.1.4.1 diff -C2 -d -r1.1 -r1.1.4.1 *** Common.js 5 Apr 2006 21:05:29 -0000 1.1 --- Common.js 3 Jun 2008 21:03:54 -0000 1.1.4.1 *************** *** 1,6 **** /* ! * mxBB - common js */ ! function newImage(arg) { if (document.images) { --- 1,6 ---- /* ! * MX-Publisher - common js */ ! function newImage(arg) { if (document.images) { *************** *** 69,75 **** expDate.setTime(expDate.getTime() + 31536000000); ! document.cookie = escape( cookieName ) + "=" + escape( cookieValue ) + ";expires=" + expDate.toGMTString() + ! ( path ? ";path=" + path : "") + ( domain ? ";domain=" + domain : "") + ( isSecure == 1 ? ";secure" : ""); } \ No newline at end of file --- 69,75 ---- expDate.setTime(expDate.getTime() + 31536000000); ! document.cookie = escape( cookieName ) + "=" + escape( cookieValue ) + ";expires=" + expDate.toGMTString() + ! ( path ? ";path=" + path : "") + ( domain ? ";domain=" + domain : "") + ( isSecure == 1 ? ";secure" : ""); } \ No newline at end of file |