aboutsummaryrefslogtreecommitdiff
path: root/weblog/static
diff options
context:
space:
mode:
Diffstat (limited to 'weblog/static')
-rwxr-xr-xweblog/static/weblog/js/weblog.js3
1 files changed, 3 insertions, 0 deletions
diff --git a/weblog/static/weblog/js/weblog.js b/weblog/static/weblog/js/weblog.js
index af9b9ea..3d93770 100755
--- a/weblog/static/weblog/js/weblog.js
+++ b/weblog/static/weblog/js/weblog.js
@@ -11,3 +11,6 @@ function toggleNode(caller){
}
target.classList.toggle('show');
}
+
+function loadBlogPosts(page = 2, category = null){
+}