Commit b82ad6284563931f8b5df802a2e57c296c2a512e

Authored by Utkarsh Singh
1 parent 26743028

Committing updated code refs: #21861

400-SOURCECODE/AIAHTML5.Web/app/controllers/HomeController.js
@@ -824,6 +824,9 @@ function ($rootScope, Modules, $log, $location, $timeout, DataService, Authentic @@ -824,6 +824,9 @@ function ($rootScope, Modules, $log, $location, $timeout, DataService, Authentic
824 if ($('#caVideoPanel').length > 0) 824 if ($('#caVideoPanel').length > 0)
825 $('#caVideoPanel').remove(); 825 $('#caVideoPanel').remove();
826 826
  827 + if ($('#ImagePanel').length > 0)
  828 + $('#ImagePanel').remove();
  829 +
827 $location.url('/' + slug); 830 $location.url('/' + slug);
828 831
829 $rootScope.$broadcast('jsPanelCloseEvent', true); 832 $rootScope.$broadcast('jsPanelCloseEvent', true);