mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-11-15 18:26:15 +01:00
finished recent, popular and active posts shells, just need to update api methods
This commit is contained in:
@@ -28,7 +28,6 @@ var templates = {};
|
||||
|
||||
$.getJSON('/templates/config.json', function(data) {
|
||||
config = data;
|
||||
console.log('loaded');
|
||||
});
|
||||
|
||||
for (var t in templatesToLoad) {
|
||||
|
||||
Reference in New Issue
Block a user