From 16cf7308824ed1d211ec826f11db584c1ec6102c Mon Sep 17 00:00:00 2001 From: Utkarsh Singh Date: Wed, 12 Apr 2017 17:03:54 +0530 Subject: [PATCH] Committed code. Refs: #16731 --- 400-SOURCECODE/AIAHTML5.Web/app/controllers/HomeController.js | 10 ++++++++++ 1 file changed, 10 insertions(+), 0 deletions(-) diff --git a/400-SOURCECODE/AIAHTML5.Web/app/controllers/HomeController.js b/400-SOURCECODE/AIAHTML5.Web/app/controllers/HomeController.js index 0401f4d..c5f31af 100644 --- a/400-SOURCECODE/AIAHTML5.Web/app/controllers/HomeController.js +++ b/400-SOURCECODE/AIAHTML5.Web/app/controllers/HomeController.js @@ -565,6 +565,16 @@ function ($rootScope, Modules, $log, $location, $timeout, DataService, Authentic $('#daImagePanel').remove(); if ($('#jsPanel-1').length > 0) $('#jsPanel-1').remove(); + + if ($('#3DImagePanel').length > 0) + $('#3DImagePanel').remove(); + + if ($('#ciImagePanel').length > 0) + $('#ciImagePanel').remove(); + + if ($('#caVideoPanel').length > 0) + $('#caVideoPanel').remove(); + $location.url('/' + slug); $rootScope.$broadcast('jsPanelCloseEvent', true); -- libgit2 0.21.4