Fix undefined error when using tag scripts
This commit is contained in:
@@ -559,7 +559,7 @@
|
|||||||
if (Danbooru.Post.pending_update_count < 1) {
|
if (Danbooru.Post.pending_update_count < 1) {
|
||||||
Danbooru.notice("Posts updated");
|
Danbooru.notice("Posts updated");
|
||||||
} else {
|
} else {
|
||||||
Danbooru.notice("Updating posts (" + Post.pending_update_count + " pending)...");
|
Danbooru.notice("Updating posts (" + Danbooru.Post.pending_update_count + " pending)...");
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user