pull/124/head
Nikolai Onken 2015-08-06 10:59:26 +00:00
rodzic e31ff50df7
commit 01d733ee92
1 zmienionych plików z 6 dodań i 4 usunięć

Wyświetl plik

@ -185,10 +185,12 @@ require([
}); });
}); });
if (!onload.remain) {
after(function(done) { after(function(done) {
document.body.style.marginBottom = ""; document.body.style.marginBottom = "";
done(); done();
}); });
}
}); });
onload && onload(); onload && onload();