Fix undefined error when using tag scripts

This commit is contained in:
Toks
2013-08-31 12:13:46 -04:00
parent 48a0aab75a
commit c21543db95

View File

@@ -559,7 +559,7 @@
if (Danbooru.Post.pending_update_count < 1) {
Danbooru.notice("Posts updated");
} else {
Danbooru.notice("Updating posts (" + Post.pending_update_count + " pending)...");
Danbooru.notice("Updating posts (" + Danbooru.Post.pending_update_count + " pending)...");
}
}
}