mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-11-12 00:45:47 +01:00
fixed jquery ui package
This commit is contained in:
@@ -2,6 +2,10 @@ define(['composer', 'forum/pagination'], function(composer, pagination) {
|
||||
var Category = {},
|
||||
loadingMoreTopics = false;
|
||||
|
||||
$(window).on('action:popstate', function(ev, data) {
|
||||
|
||||
});
|
||||
|
||||
Category.init = function() {
|
||||
var cid = templates.get('category_id'),
|
||||
categoryName = templates.get('category_name'),
|
||||
|
||||
Reference in New Issue
Block a user