Commit 71b6f72b356a5f0c085149db7a9f03d7288a4636
1 parent
168aa89c
title was Male Anterior always in LM - Fixed.
Showing
1 changed file
with
1 additions
and
1 deletions
400-SOURCECODE/AIAHTML5.Web/app/controllers/DAController.js
... | ... | @@ -7251,7 +7251,7 @@ function ($scope, $rootScope, $compile, $http, $log, $location, $timeout, DA, Mo |
7251 | 7251 | |
7252 | 7252 | |
7253 | 7253 | |
7254 | - | |
7254 | + $('#viewName').empty(); | |
7255 | 7255 | var currentView = localStorage.getItem("currentViewTitle"); |
7256 | 7256 | var viewNmeHtml = '<option>' + currentView + '</option>' |
7257 | 7257 | $('#viewName').append(viewNmeHtml); | ... | ... |