From 00a11f43434309e15d88369fc47e0dde30a1b75a Mon Sep 17 00:00:00 2001 From: "Ashley M. Kirchner" Date: Fri, 1 Jul 2016 11:23:01 -0600 Subject: [PATCH] Removed 'null' setting --- js/main.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); };