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([
}); });
}); });
after(function(done) { if (!onload.remain) {
document.body.style.marginBottom = ""; after(function(done) {
done(); document.body.style.marginBottom = "";
}); done();
});
}
}); });
onload && onload(); onload && onload();