From 00a11f43434309e15d88369fc47e0dde30a1b75a Mon Sep 17 00:00:00 2001 From: "Ashley M. Kirchner" Date: Fri, 1 Jul 2016 11:23:01 -0600 Subject: [PATCH 1/3] 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); }; From 1a417cc36f47015c90e7420a5097b81ecebbde58 Mon Sep 17 00:00:00 2001 From: "Ashley M. Kirchner" Date: Fri, 1 Jul 2016 11:51:04 -0600 Subject: [PATCH 2/3] CHANGELOG update --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 829faf6a..d1a00413 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,6 +11,7 @@ This project adheres to [Semantic Versioning](http://semver.org/). ### Fixed - Edit Alert Module to display title & message if they are provided in the notification (Issue #300) +- Removed 'null' reference from updateModuleContent(). This fixes recent Edge and Internet Explorer browser displays ### Changed - Added default string to calendar titleReplace. From 61ace7bd9751ec4349344131e331f0f3be7b8af4 Mon Sep 17 00:00:00 2001 From: "Ashley M. Kirchner" Date: Fri, 1 Jul 2016 11:55:42 -0600 Subject: [PATCH 3/3] CHANGELOG update --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d1a00413..d6a5daf8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,7 +11,7 @@ This project adheres to [Semantic Versioning](http://semver.org/). ### Fixed - Edit Alert Module to display title & message if they are provided in the notification (Issue #300) -- Removed 'null' reference from updateModuleContent(). This fixes recent Edge and Internet Explorer browser displays +- Removed 'null' reference from updateModuleContent(). This fixes recent Edge and Internet Explorer browser displays (Issue #319) ### Changed - Added default string to calendar titleReplace.