Commit e82481f268f7d57d13ccde9136a9c6f7229e3291

Authored by Nikita Kulshreshtha
2 parents d8cb4559 16cf7308

Merge branch 'Bug_16731' into Develop

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);
... ...