From b82ad6284563931f8b5df802a2e57c296c2a512e Mon Sep 17 00:00:00 2001 From: Utkarsh Singh Date: Thu, 5 Oct 2017 15:01:27 +0530 Subject: [PATCH] Committing updated code refs: #21861 --- 400-SOURCECODE/AIAHTML5.Web/app/controllers/HomeController.js | 3 +++ 1 file changed, 3 insertions(+), 0 deletions(-) diff --git a/400-SOURCECODE/AIAHTML5.Web/app/controllers/HomeController.js b/400-SOURCECODE/AIAHTML5.Web/app/controllers/HomeController.js index 6ebba0a..f6d7d80 100644 --- a/400-SOURCECODE/AIAHTML5.Web/app/controllers/HomeController.js +++ b/400-SOURCECODE/AIAHTML5.Web/app/controllers/HomeController.js @@ -824,6 +824,9 @@ function ($rootScope, Modules, $log, $location, $timeout, DataService, Authentic if ($('#caVideoPanel').length > 0) $('#caVideoPanel').remove(); + if ($('#ImagePanel').length > 0) + $('#ImagePanel').remove(); + $location.url('/' + slug); $rootScope.$broadcast('jsPanelCloseEvent', true); -- libgit2 0.21.4