提交 31de1699 编写于 作者: L Leon Shi 提交者: GitHub

Merge pull request #21 from fsalomon/patch-1

Fix ReferenceError event is not defined
......@@ -692,7 +692,7 @@
});
// Go button click
el.delegate('.J-paginationjs-go-button', 'click', function() {
el.delegate('.J-paginationjs-go-button', 'click', function(event) {
var pageNumber = $('.J-paginationjs-go-pagenumber', el).val();
// Before Go button clicked
......@@ -1054,4 +1054,4 @@
});
}
})(this, window.jQuery);
\ No newline at end of file
})(this, window.jQuery);
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册