fix reload after posting post

This commit is contained in:
Hendrik
2017-02-02 13:47:41 +01:00
parent 6ed19d9060
commit feba1d9786

View File

@@ -38,6 +38,8 @@ function postPost() {
window.scrollTo(0,0);
} else {
$('#alertbox').hide();
noposts = false;
postAmount = 0;
masonry(masonryMode);
}
});
@@ -51,6 +53,8 @@ function postPost() {
window.scrollTo(0,0);
} else {
$('#alertbox').hide();
noposts = false;
postAmount = 0;
masonry(masonryMode);
}
});