aboutsummaryrefslogtreecommitdiff
path: root/weblog/static
diff options
context:
space:
mode:
authorYaroslav de la Peña Smirnov <contact@yaroslavps.com>2018-10-07 23:20:39 +0300
committerYaroslav de la Peña Smirnov <contact@yaroslavps.com>2018-10-07 23:20:39 +0300
commitbb97581d650e2d994e7b2e63297dbb2d8784f5f3 (patch)
tree716a7612ce3467e268eba57c1cb3078383f49aec /weblog/static
parent0eb94a690c477cc8e5b73e29805db17514128bde (diff)
downloadw3blog-bb97581d650e2d994e7b2e63297dbb2d8784f5f3.tar.gz
w3blog-bb97581d650e2d994e7b2e63297dbb2d8784f5f3.zip
urls for ajax next page loading
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){
+}