Skip to content

Commit

Permalink
Revert "hotfix: typo in reload ext data"
Browse files Browse the repository at this point in the history
This reverts commit 67382d0.
  • Loading branch information
moughxyz committed Sep 25, 2020
1 parent 67382d0 commit 3def145
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion app/assets/javascripts/directives/views/componentView.js
Expand Up @@ -131,7 +131,7 @@ class ComponentViewCtrl {
}
}
if(this.expired && doManualReload) {
this.$rootScope.$broadcast('reload-ext-data');
this.$rootScope.$broadcast('reload-ext-dat');
}
this.reloadThemeStatus();
this.$timeout(() => {
Expand Down
2 changes: 1 addition & 1 deletion dist/javascripts/app.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/javascripts/app.js.map

Large diffs are not rendered by default.

0 comments on commit 3def145

Please sign in to comment.