Fix settings panel display
This commit is contained in:
@@ -554,7 +554,7 @@ function Settings()
|
||||
else
|
||||
{
|
||||
$.each(asCinemas, function(iCinemaId, sCinema){
|
||||
self._ugcCinemas[iCinemaId] = $.trim(sCinema.replace(/UGC( Ciné Cité|)/i, ''));
|
||||
self._ugcCinemas[iCinemaId] = $.trim(sCinema.cinemaName.replace(/UGC( Ciné Cité|)/i, ''));
|
||||
});
|
||||
}
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user