commit | b523be9f7db40353418d6a59eba187d1e3523cd7 | [log] [tgz] |
---|---|---|
author | Adrià Vilanova Martínez <me@avm99963.com> | Sat May 25 19:14:19 2024 +0200 |
committer | Adrià Vilanova Martínez <me@avm99963.com> | Sun May 26 19:32:59 2024 +0200 |
tree | 181286c15d4d6478bdcb1b117931f49cfb40625e | |
parent | a2dda31a34056bb0731c3095bbd2a4d3247a79c8 [diff] [blame] |
refactor: group options-related logic in //src/common/options Change-Id: Ib505da278accd878478399967efd72c8d89095ce
diff --git a/src/contentScripts/communityConsole/batchLock.js b/src/contentScripts/communityConsole/batchLock.js index 29a3dc3..9479d31 100644 --- a/src/contentScripts/communityConsole/batchLock.js +++ b/src/contentScripts/communityConsole/batchLock.js
@@ -1,4 +1,4 @@ -import {isOptionEnabled} from '../../common/optionsUtils.js'; +import {isOptionEnabled} from '../../common/options/optionsUtils.js'; import {addButtonToThreadListActions, removeChildNodes, shouldAddBtnToActionBar, softRefreshView} from './utils/common.js';