Zedbe_Hiro User

almacen = parseInt(almacen)/1000;
ret = mostrarNumero(almacen) + " k";
}

I TRIES THIS BUT DIDNT HELP ME...

almacen = parseInt(almacen)/1000000;
ret = mostrarNumero(almacen) + " M";
}


the script are not showing storages correctly, if they are bigger the 999.999.999

could u fix please?





I fixed...
Use this and replace:

settings.url.replace(/^.component=([a-zA-Z]).*$/,"$1");

thouse * * * were missing...

:-D



hey guys.

on fleet page there is still infinite Loading...

on fleet movement page it shows correct data.

can u fix the fleet page pleease?