fix: typo in reload-ext-data

This commit is contained in:
Baptiste Grob
2020-10-09 17:05:01 +02:00
parent 3def145215
commit 0ff9d3d4e1
5 changed files with 5 additions and 5 deletions

View File

@@ -131,7 +131,7 @@ class ComponentViewCtrl {
} }
} }
if(this.expired && doManualReload) { if(this.expired && doManualReload) {
this.$rootScope.$broadcast('reload-ext-dat'); this.$rootScope.$broadcast('reload-ext-data');
} }
this.reloadThemeStatus(); this.reloadThemeStatus();
this.$timeout(() => { this.$timeout(() => {

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

2
package-lock.json generated
View File

@@ -1,6 +1,6 @@
{ {
"name": "standard-notes-web", "name": "standard-notes-web",
"version": "3.4.6", "version": "3.4.9",
"lockfileVersion": 1, "lockfileVersion": 1,
"requires": true, "requires": true,
"dependencies": { "dependencies": {

View File

@@ -1,6 +1,6 @@
{ {
"name": "standard-notes-web", "name": "standard-notes-web",
"version": "3.4.6", "version": "3.4.9",
"license": "AGPL-3.0-or-later", "license": "AGPL-3.0-or-later",
"repository": { "repository": {
"type": "git", "type": "git",