mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-11-17 19:21:04 +01:00
fix indents
This commit is contained in:
@@ -10,9 +10,9 @@ define('topicSelect', ['components'], function (components) {
|
||||
|
||||
TopicSelect.init = function (onSelect) {
|
||||
topicsContainer = $('[component="category"]');
|
||||
topicsContainer.on('selectstart', '[component="topic/select"]', function (ev) {
|
||||
ev.preventDefault();
|
||||
});
|
||||
topicsContainer.on('selectstart', '[component="topic/select"]', function (ev) {
|
||||
ev.preventDefault();
|
||||
});
|
||||
|
||||
topicsContainer.on('click', '[component="topic/select"]', function (ev) {
|
||||
var select = $(this);
|
||||
|
||||
Reference in New Issue
Block a user