mirror of
https://github.com/zadam/trilium.git
synced 2025-11-08 14:25:51 +01:00
ETAPI auth, spec improvements etc.
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
const shaca = require("./shaca/shaca");
|
||||
const shacaLoader = require("./shaca/shaca_loader");
|
||||
const shareRoot = require("./share_root");
|
||||
const contentRenderer = require("./content_renderer.js");
|
||||
const contentRenderer = require("./content_renderer");
|
||||
|
||||
function getSharedSubTreeRoot(note) {
|
||||
if (note.noteId === shareRoot.SHARE_ROOT_NOTE_ID) {
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
"use strict";
|
||||
|
||||
const sql = require('../sql');
|
||||
const shaca = require('./shaca.js');
|
||||
const shaca = require('./shaca');
|
||||
const log = require('../../services/log');
|
||||
const Note = require('./entities/note');
|
||||
const Branch = require('./entities/branch');
|
||||
|
||||
Reference in New Issue
Block a user