fixing tests for changed bookmark
This commit is contained in:
@@ -1,10 +1,12 @@
|
||||
import EmbeddableWidget from './embeddable-widget';
|
||||
|
||||
(function bookmarklet() {
|
||||
export default function bookmarklet() {
|
||||
if (window.EmbeddableWidget) {
|
||||
return;
|
||||
}
|
||||
window.EmbeddableWidget = EmbeddableWidget;
|
||||
|
||||
EmbeddableWidget.mount();
|
||||
}());
|
||||
}
|
||||
|
||||
bookmarklet();
|
||||
|
||||
Reference in New Issue
Block a user