提交 a20fbcaa 编写于 作者: J Jose Ivan Vargas

Fixed search component not instantiating back when pressing the back button on the issue page

上级 948c3e4e
......@@ -125,3 +125,13 @@
event.preventDefault();
Turbolinks.visit(this.action + '&' + $(this).serialize());
});
$(document).off('page:restore').on('page:restore', function (event) {
if (gl.FilteredSearchManager) {
new gl.FilteredSearchManager();
}
Issuable.init();
new gl.IssuableBulkActions({
prefixId: 'issue_',
});
});
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册