Subversion Repositories ALCASAR

Compare Revisions

Ignore whitespace Rev 2808 → Rev 2976

/web/acc/phpsysinfo/js/jQuery/README
13,7 → 13,7
 
jquery.dataTables.js
--------------------
VERSION : 1.8.2+jquery1.9fix+parseJSONfix2+bindfix
VERSION : 1.8.2+jquery1.9fix+parseJSONfix2+bindfix+samesitefix
URL : http://plugins.jquery.com/project/DataTables
DESC : dataTables is a jQuery plugin for turning a standard HTML table with THEAD and TBODY tags into a sortable
table without page refreshes.
/web/acc/phpsysinfo/js/jQuery/jquery.dataTables.js
1,6 → 1,6
/*
* File: jquery.dataTables.js
* Version: 1.8.2+jquery1.9fix+parseJSONfix2+bindfix
* Version: 1.8.2+jquery1.9fix+parseJSONfix2+bindfix+samesitefix
* Description: Paginate, search and sort HTML tables
* Author: Allan Jardine (www.sprymedia.co.uk)
* Created: 28/3/2008
6363,7 → 6363,7
else
{
sFullCookie = sNameFile + "=" + encodeURIComponent(sValue) +
"; expires=" + date.toGMTString() +"; path=" + aParts.join('/')+"/";
"; expires=" + date.toGMTString() +"; path=" + aParts.join('/')+"/; samesite=strict";
}
/* Are we going to go over the cookie limit of 4KiB? If so, try to delete a cookies
6396,7 → 6396,7
if ( sOldName !== "" )
{
document.cookie = sOldName+"=; expires=Thu, 01-Jan-1970 00:00:01 GMT; path="+
aParts.join('/') + "/";
aParts.join('/') + "/; samesite=strict";
}
}