Commit 16cf7308824ed1d211ec826f11db584c1ec6102c
1 parent
518ae30e
Committed code. Refs: #16731
Issue corrected for CI and 3D module too.
Showing
1 changed file
with
10 additions
and
0 deletions
400-SOURCECODE/AIAHTML5.Web/app/controllers/HomeController.js
... | ... | @@ -565,6 +565,16 @@ function ($rootScope, Modules, $log, $location, $timeout, DataService, Authentic |
565 | 565 | $('#daImagePanel').remove(); |
566 | 566 | if ($('#jsPanel-1').length > 0) |
567 | 567 | $('#jsPanel-1').remove(); |
568 | + | |
569 | + if ($('#3DImagePanel').length > 0) | |
570 | + $('#3DImagePanel').remove(); | |
571 | + | |
572 | + if ($('#ciImagePanel').length > 0) | |
573 | + $('#ciImagePanel').remove(); | |
574 | + | |
575 | + if ($('#caVideoPanel').length > 0) | |
576 | + $('#caVideoPanel').remove(); | |
577 | + | |
568 | 578 | $location.url('/' + slug); |
569 | 579 | |
570 | 580 | $rootScope.$broadcast('jsPanelCloseEvent', true); | ... | ... |