mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-11-15 10:16:12 +01:00
lint
This commit is contained in:
@@ -57,8 +57,7 @@ define('postSelect', ['components'], function (components) {
|
|||||||
|
|
||||||
function enableClicksOnPosts() {
|
function enableClicksOnPosts() {
|
||||||
components.get('post').off('click', 'button,a', disableClicks);
|
components.get('post').off('click', 'button,a', disableClicks);
|
||||||
};
|
}
|
||||||
|
|
||||||
|
|
||||||
return PostSelect;
|
return PostSelect;
|
||||||
});
|
});
|
||||||
|
|||||||
Reference in New Issue
Block a user