NISSAN EDIT SCREEN ISSUE FIXED
This commit is contained in:
parent
f15bddc964
commit
f34bcc86ac
@ -1813,6 +1813,10 @@ function calculateMaster1(id,pid)
|
|||||||
|
|
||||||
var findafs = tempcid.split('5');
|
var findafs = tempcid.split('5');
|
||||||
var afsid = 'afs'+findafs[0]+findafs[1];
|
var afsid = 'afs'+findafs[0]+findafs[1];
|
||||||
|
if(findafs[1] == '')
|
||||||
|
{
|
||||||
|
afsid = 'afs'+findafs[0]+'5';
|
||||||
|
}
|
||||||
|
|
||||||
if(document.getElementById(afsid))
|
if(document.getElementById(afsid))
|
||||||
{
|
{
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user