mirror of
https://github.com/zadam/trilium.git
synced 2025-11-03 03:46:37 +01:00
"use strict" for all frontend files (backend was done earlier)
This commit is contained in:
@@ -1,3 +1,5 @@
|
||||
"use strict";
|
||||
|
||||
const link = (function() {
|
||||
function getNoteIdFromLink(url) {
|
||||
const noteIdMatch = /app#([A-Za-z0-9]{12})/.exec(url);
|
||||
|
||||
Reference in New Issue
Block a user