mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-11-12 08:55:47 +01:00
fix lint
This commit is contained in:
@@ -12,7 +12,6 @@ define('admin/manage/category', [
|
||||
var modified_categories = {};
|
||||
|
||||
Category.init = function () {
|
||||
|
||||
$('#category-settings select').each(function () {
|
||||
var $this = $(this);
|
||||
$this.val($this.attr('data-value'));
|
||||
@@ -443,6 +442,5 @@ define('admin/manage/category', [
|
||||
});
|
||||
}
|
||||
|
||||
|
||||
return Category;
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user