Änderung Mobilvariante

This commit is contained in:
ja
2021-12-13 09:40:07 +01:00
parent bd56ebd9d5
commit 42abff1080
2 changed files with 2 additions and 2 deletions

View File

@@ -331,7 +331,7 @@ Partial Class LKWS
Else
strtemp2 = l1.Nationalität
End If
tr1.Attributes.Add("OnClick", "Javascript:TableRowClick(""" & list3.ToString & """,""" & l1.KfzKennzeichen & """,""" & strtemp2 & """)")
tr1.Attributes.Add("OnClick", "Javascript:TableRowClick_M(""" & list3.ToString & """,""" & l1.KfzKennzeichen & """,""" & strtemp2 & """)")
cnt += 1
tbl_2.Rows.Add(tr1)
Next