bug que no se veian graficas

This commit is contained in:
Sergio 2017-09-29 22:22:47 +02:00
parent 4fdd8127e7
commit 184810d4ac
3 changed files with 3 additions and 2 deletions

View file

@ -75,6 +75,7 @@ function counterLoading(){
var ssize=$( window ).height();
var bottomSize=$( "#timeline" ).height();
$('.story-content').css("height",ssize-bottomSize+'px')
$('.data-content').css("height",ssize-bottomSize+'px')
//Todas las plantillas cargadas
$('.menu-content').on("click",'.switchMode', function(e){
if(viewStatus=="story")