Commit b82ad6284563931f8b5df802a2e57c296c2a512e
1 parent
26743028
Committing updated code refs: #21861
Showing
1 changed file
with
3 additions
and
0 deletions
400-SOURCECODE/AIAHTML5.Web/app/controllers/HomeController.js
... | ... | @@ -824,6 +824,9 @@ function ($rootScope, Modules, $log, $location, $timeout, DataService, Authentic |
824 | 824 | if ($('#caVideoPanel').length > 0) |
825 | 825 | $('#caVideoPanel').remove(); |
826 | 826 | |
827 | + if ($('#ImagePanel').length > 0) | |
828 | + $('#ImagePanel').remove(); | |
829 | + | |
827 | 830 | $location.url('/' + slug); |
828 | 831 | |
829 | 832 | $rootScope.$broadcast('jsPanelCloseEvent', true); | ... | ... |