From 3dbde84cda2802f91ddf6cbddc4c17735acfaa5f Mon Sep 17 00:00:00 2001 From: Luke Pulverenti Date: Fri, 16 Oct 2015 15:57:03 -0400 Subject: [PATCH] fix flex image on IE --- dashboard-ui/scripts/medialibrarypage.js | 2 -- 1 file changed, 2 deletions(-) diff --git a/dashboard-ui/scripts/medialibrarypage.js b/dashboard-ui/scripts/medialibrarypage.js index 852975595b..c7a53db878 100644 --- a/dashboard-ui/scripts/medialibrarypage.js +++ b/dashboard-ui/scripts/medialibrarypage.js @@ -305,9 +305,7 @@ html += '
'; } else if (!virtualFolder.showNameWithIcon) { html += '
'; - html += '
'; html += ''; - html += "
"; html += '
'; }