mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-11-07 06:25:50 +01:00
fixed jquery ui package
This commit is contained in:
@@ -22,6 +22,7 @@ var ajaxify = {};
|
||||
window.onpopstate = function (event) {
|
||||
if (event !== null && event.state && event.state.url !== undefined && !ajaxify.initialLoad) {
|
||||
ajaxify.go(event.state.url, null, true);
|
||||
$(window).trigger('action:popstate', {url: event.state.url});
|
||||
}
|
||||
};
|
||||
|
||||
|
||||
@@ -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'),
|
||||
|
||||
3028
public/vendor/jquery/js/jquery-ui-1.10.4.custom.js
vendored
3028
public/vendor/jquery/js/jquery-ui-1.10.4.custom.js
vendored
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user