diff --git a/js/main.js b/js/main.js index 2c2f9520..5df6d755 100644 --- a/js/main.js +++ b/js/main.js @@ -144,7 +144,7 @@ var MM = (function() { var moduleWrapper = document.getElementById(module.identifier); var contentWrapper = moduleWrapper.getElementsByClassName("module-content")[0]; - contentWrapper.innerHTML = null; + contentWrapper.innerHTML = ""; contentWrapper.appendChild(content); };