MCPcopy Index your code
hub / github.com/writefreely/writefreely / createMorePostsEl

Function createMorePostsEl

static/js/posts.js:114–121  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

112}
113$posts.el.innerHTML = '<p class="status">Reading...</p>';
114var createMorePostsEl = function() {
115 var $more = document.createElement('div');
116 var nextPage = page+1;
117 $more.id = 'more-posts';
118 $more.innerHTML = '<p><a href="#' + nextPage + '">More...</a></p>';
119
120 return $more;
121};
122
123var localPosts = function() {
124 var $delPost, lastDelPost, lastInfoHTML;

Callers 1

loadPageFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected