mirror of
https://github.com/zadam/trilium.git
synced 2025-11-12 16:25:51 +01:00
introducing meta types for import/export, fixes for attachments export
This commit is contained in:
@@ -27,7 +27,7 @@ function getOption(name) {
|
||||
}
|
||||
|
||||
/**
|
||||
* @returns {number}
|
||||
* @returns {integer}
|
||||
*/
|
||||
function getOptionInt(name) {
|
||||
const val = getOption(name);
|
||||
|
||||
Reference in New Issue
Block a user