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