Änderungen
This commit is contained in:
@@ -32,7 +32,7 @@ Partial Class CustomsAviso
|
||||
If Not csm1.IsStartupScriptRegistered(cstype, "Startup") Then
|
||||
Dim string1 As String = "<script language=\""JavaScript\"">"
|
||||
string1 += "</"
|
||||
string1 += "window.addEventListener('beforeunload', (event) => {"
|
||||
string1 += "window.addEventListener('onunload', (event) => {"
|
||||
string1 += " event.preventDefault();"
|
||||
string1 += "event.returnValue = '';"
|
||||
string1 += "script>"
|
||||
@@ -46,7 +46,9 @@ Partial Class CustomsAviso
|
||||
Page.MaintainScrollPositionOnPostBack = True
|
||||
normaltable.EnableViewState = True
|
||||
|
||||
If rbt_Alle.Checked = True Then
|
||||
|
||||
|
||||
If rbt_Alle.Checked = True Then
|
||||
lbl_von.Visible = True
|
||||
lbl_bis.Visible = True
|
||||
valDateRange_1.Enabled = True
|
||||
|
||||
Reference in New Issue
Block a user