mirror of
https://github.com/zadam/trilium.git
synced 2025-11-02 03:16:11 +01:00
refactored all mentions of "history" to "revision"
This commit is contained in:
@@ -1,6 +1,5 @@
|
||||
import linkService from './link.js';
|
||||
import messagingService from './messaging.js';
|
||||
import ScriptContext from './script_context.js';
|
||||
//import messagingService from './messaging.js';
|
||||
//import ScriptContext from './script_context.js';
|
||||
|
||||
function reloadApp() {
|
||||
window.location.reload(true);
|
||||
@@ -189,7 +188,7 @@ async function requireScript(url) {
|
||||
|
||||
async function requireCss(url) {
|
||||
const css = Array
|
||||
.from(document.querySelectorAll('linkService'))
|
||||
.from(document.querySelectorAll('link'))
|
||||
.map(scr => scr.href);
|
||||
|
||||
if (!css.includes(url)) {
|
||||
|
||||
Reference in New Issue
Block a user