Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
minerva
core
Commits
055d696d
Commit
055d696d
authored
Aug 13, 2019
by
Piotr Gawron
Browse files
proper variable used
parent
e157e67c
Changes
1
Hide whitespace changes
Inline
Side-by-side
frontend-js/src/main/js/plugin/Plugin.js
View file @
055d696d
...
...
@@ -227,7 +227,7 @@ Plugin.prototype.unload = function () {
if
(
validPlugin
)
{
return
self
.
getLoadedPluginData
().
unregister
();
}
}).
catch
(
function
(
e
)
{
}).
catch
(
function
(
e
rror
)
{
GuiConnector
.
warn
(
"
Plugin crashed on upload.
"
);
if
(
typeof
self
.
getLoadedPluginData
().
notifyError
===
"
function
"
)
{
self
.
getLoadedPluginData
().
notifyError
({
error
:
error
});
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment