This commit is contained in:
Sergio 2017-11-08 13:10:52 +01:00
parent a94f12cc3d
commit 95fcb563c9
2 changed files with 2 additions and 1 deletions

View file

@ -14,6 +14,7 @@
<link rel="stylesheet" href="bower_components/bootstrap/dist/css/bootstrap.min.css"> <link rel="stylesheet" href="bower_components/bootstrap/dist/css/bootstrap.min.css">
<link rel="stylesheet" href="css/BootstrapXL.css"> <link rel="stylesheet" href="css/BootstrapXL.css">
<link href="bower_components/jbox/Source/jBox.css" rel="stylesheet"> <link href="bower_components/jbox/Source/jBox.css" rel="stylesheet">
<link rel="stylesheet" href="css/css/home.css">
<link rel="stylesheet" href="css/css/mobile.css"> <link rel="stylesheet" href="css/css/mobile.css">

View file

@ -4,7 +4,7 @@ totalPages=7;
currentPage=0; currentPage=0;
mode="desktop" mode="desktop"
sufix="desk" sufix="desk"
window.onresize = function(){ location.reload(); } //window.onresize = function(){ location.reload(); }
window.onload = function() { window.onload = function() {
wwidth=$( window ).width(); wwidth=$( window ).width();
if(wwidth<900) { if(wwidth<900) {