diff options
author | Yaroslav de la Peña Smirnov <contact@yaroslavps.com> | 2018-10-07 23:20:39 +0300 |
---|---|---|
committer | Yaroslav de la Peña Smirnov <contact@yaroslavps.com> | 2018-10-07 23:20:39 +0300 |
commit | bb97581d650e2d994e7b2e63297dbb2d8784f5f3 (patch) | |
tree | 716a7612ce3467e268eba57c1cb3078383f49aec /weblog/static | |
parent | 0eb94a690c477cc8e5b73e29805db17514128bde (diff) | |
download | w3blog-bb97581d650e2d994e7b2e63297dbb2d8784f5f3.tar.gz w3blog-bb97581d650e2d994e7b2e63297dbb2d8784f5f3.zip |
urls for ajax next page loading
Diffstat (limited to 'weblog/static')
-rwxr-xr-x | weblog/static/weblog/js/weblog.js | 3 |
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){ +} |