"Menu escamotble pour tTh"

This commit is contained in:
2017-10-30 11:11:40 +01:00
parent eb844db1d7
commit 2cc69e7246
10 changed files with 460 additions and 1147 deletions

View File

@@ -41,6 +41,15 @@ function valid_input(obj) {
, 2000);
}
function switch_css(css) {
var ncss = 'neutral';
if (css == ncss) {
ncss = 'tth';
}
setcookie('css', ncss, 30);
document.location = document.location;
}
/* **************************************************************************************
* LOGIN
* **************************************************************************************/