move things to hideLoader

pull/223/head
Ruben Daniels 2015-11-19 20:17:21 +00:00
rodzic 296052a5e9
commit 33f0390701
1 zmienionych plików z 0 dodań i 4 usunięć

Wyświetl plik

@ -101,10 +101,6 @@
// For Development only
function done(){
clearInterval(window.dotsAnim); // stop the dots animation
var loader = document.getElementById("loadingide");
loader.parentNode.removeChild(loader);
app.services.c9.ready();
app.services.c9.totalLoadTime = Date.now() - start;