INNER CODE UNIT · JavaScript
showPopup
adaptlearning/adapt_authoring · frontend/src/modules/colorLabel/index.js:41
function showPopup() {
(new ColorLabelPopupView({
model: new ColorsModel(),
parentView: parentView
})).$el.appendTo(document.body);
}
});