Merge branch 'master' of gitlab.cip.ifi.lmu.de:jost/UniWorX

This commit is contained in:
Gregor Kleen 2019-03-27 23:28:02 +01:00
commit 4ba29e39db

View File

@ -1,5 +1,6 @@
document.addEventListener('DOMContentLoaded', function() { document.addEventListener('DOMContentLoaded', function() {
if (modal = document.querySelector('#modal-' + #{String modalId'})) { var modal = document.querySelector('#modal-' + #{String modalId'});
if (modal) {
window.utils.setup('modal', modal); window.utils.setup('modal', modal);
} }
}); });