Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
3pia
VISPA
VISPA web
Commits
c5834beb
Commit
c5834beb
authored
Jun 23, 2015
by
Fabian-Andree Heidemann
Browse files
extension database: emit databaseChange event after initialization.
parent
74bc75b5
Changes
1
Hide whitespace changes
Inline
Side-by-side
vispa/static/js/extensions.js
View file @
c5834beb
...
...
@@ -901,6 +901,7 @@ define(["jquery", "emitter", "vispa/module", "vispa/ui"], function($, Emitter, M
self
.
logger
.
error
(
"
Loading extension database failed
"
);
}
else
{
self
.
_database
=
database
;
self
.
emit
(
"
databaseChange
"
,
self
.
_database
);
}
});
},
...
...
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