Index: lams_bb_integration/.gitignore =================================================================== diff -u -r923941955d9472ac4b9c22f2003026d67e010da3 -r76b78a2d0d0724e423fea866628a092a839a34c0 --- lams_bb_integration/.gitignore (.../.gitignore) (revision 923941955d9472ac4b9c22f2003026d67e010da3) +++ lams_bb_integration/.gitignore (.../.gitignore) (revision 76b78a2d0d0724e423fea866628a092a839a34c0) @@ -1 +1,3 @@ /bin/ +/build/ +/.settings/ \ No newline at end of file Index: lams_bb_integration/RELEASE_NOTES.TXT =================================================================== diff -u -rad162da27085fe8316d8b6a6a85c473c3e9dbe5a -r76b78a2d0d0724e423fea866628a092a839a34c0 --- lams_bb_integration/RELEASE_NOTES.TXT (.../RELEASE_NOTES.TXT) (revision ad162da27085fe8316d8b6a6a85c473c3e9dbe5a) +++ lams_bb_integration/RELEASE_NOTES.TXT (.../RELEASE_NOTES.TXT) (revision 76b78a2d0d0724e423fea866628a092a839a34c0) @@ -143,3 +143,4 @@ * LDEV-4171: Remove obsolete svgFormat parameter that is no longer used in WF as long as it produces only SVGs (no PNGs) * LDEV-4178: Escape commas when pre-adding users to a lesson * LDEV-4169: Preview window doesn't scroll down with IE11 +* LDEV-4375: IE forces background page to become blank and contain "false" work on opening monitor interface Index: lams_bb_integration/web/includes/javascript/openLamsPage.js =================================================================== diff -u -rbcde27583897643e41d2639179fb84da08745102 -r76b78a2d0d0724e423fea866628a092a839a34c0 --- lams_bb_integration/web/includes/javascript/openLamsPage.js (.../openLamsPage.js) (revision bcde27583897643e41d2639179fb84da08745102) +++ lams_bb_integration/web/includes/javascript/openLamsPage.js (.../openLamsPage.js) (revision 76b78a2d0d0724e423fea866628a092a839a34c0) @@ -18,8 +18,6 @@ alert("Pop-up windows have been blocked by your browser. Please allow pop-ups for this site and try again"); } } - - return false; } // Open the LAMS Seuence Monitor Window @@ -42,6 +40,4 @@ alert("Pop-up windows have been blocked by your browser. Please allow pop-ups for this site and try again"); } } - - return false; } \ No newline at end of file