small fixes

This commit is contained in:
zadam 2020-04-03 19:34:22 +02:00
parent 3bbb213f82
commit 451c408063
3 changed files with 8 additions and 9 deletions

8
package-lock.json generated
View File

@ -1,6 +1,6 @@
{ {
"name": "trilium", "name": "trilium",
"version": "0.40.7", "version": "0.41.0-beta",
"lockfileVersion": 1, "lockfileVersion": 1,
"requires": true, "requires": true,
"dependencies": { "dependencies": {
@ -2683,9 +2683,9 @@
"integrity": "sha512-IncmUpn1yN84hy2shb0POJ80FWrfGNY0cxO9f4v+/sG7qcBvAtVWUA1IdzY/8EYUmOVhoKJVdJjNd3AZcnxOjA==" "integrity": "sha512-IncmUpn1yN84hy2shb0POJ80FWrfGNY0cxO9f4v+/sG7qcBvAtVWUA1IdzY/8EYUmOVhoKJVdJjNd3AZcnxOjA=="
}, },
"electron": { "electron": {
"version": "9.0.0-beta.12", "version": "9.0.0-beta.13",
"resolved": "https://registry.npmjs.org/electron/-/electron-9.0.0-beta.12.tgz", "resolved": "https://registry.npmjs.org/electron/-/electron-9.0.0-beta.13.tgz",
"integrity": "sha512-wX4D36JQAFa+3BIduDizy51fd0Tkoh7y+foudNdesIDt9sFJCAcc8RDOjQpFDsuMzehS/1fvMzsuUbquVZdSbA==", "integrity": "sha512-JW2KAUTqkSf//qy6kIFyoua1xkpxZ5loBT5bg+iLHop/684JUilb/KfDIjn5Lzt15eOCkwexSFN4HKJK7823ZA==",
"dev": true, "dev": true,
"requires": { "requires": {
"@electron/get": "^1.0.1", "@electron/get": "^1.0.1",

View File

@ -266,12 +266,10 @@ function FrontendScriptApi(startNote, currentNote, originEntity = null, $contain
this.showError = toastService.showError; this.showError = toastService.showError;
/** /**
* Refresh tree
*
* @method * @method
* @returns {Promise<void>} * @deprecated - this is now no-op since all the changes should be gracefully handled per widget
*/ */
this.refreshTree = treeService.reload; this.refreshTree = () => {};
/** /**
* Create note link (jQuery object) for given note. * Create note link (jQuery object) for given note.

View File

@ -4,7 +4,8 @@
<meta charset="utf-8"> <meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1"> <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
<title>Login</title> <title>Login</title>
<link rel="apple-touch-icon" sizes="180x180" href="/images/app-icons/ios/apple-touch-icon.png"> <link rel="apple-touch-icon" sizes="180x180" href="images/app-icons/ios/apple-touch-icon.png">
<link rel="shortcut icon" href="favicon.ico">
</head> </head>
<body> <body>
<div class="container"> <div class="container">