mirror of
https://github.com/zadam/trilium.git
synced 2025-11-02 03:16:11 +01:00
renamed service variables to conform to new naming scheme
This commit is contained in:
2
src/public/javascripts/services/bootstrap.js
vendored
2
src/public/javascripts/services/bootstrap.js
vendored
@@ -28,7 +28,7 @@ import utils from './utils.js';
|
||||
|
||||
import searchTreeService from './search_tree.js';
|
||||
import './init.js';
|
||||
import treeService from './tree_service.js';
|
||||
import treeService from './tree.js';
|
||||
const $toggleSearchButton = $("#toggle-search-button");
|
||||
|
||||
$toggleSearchButton.click(searchTreeService.toggleSearch);
|
||||
|
||||
Reference in New Issue
Block a user