From c73831e789875ed207bb6866edfe90696dbcbe7b Mon Sep 17 00:00:00 2001 From: ja Date: Tue, 11 Jan 2022 14:29:31 +0100 Subject: [PATCH] =?UTF-8?q?=C3=84nderungen?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- App_Code/VERAG_VARIABLES.vb | 4 ++-- Customers/LKWs.aspx | 2 -- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/App_Code/VERAG_VARIABLES.vb b/App_Code/VERAG_VARIABLES.vb index 4fe34f8..41b1085 100644 --- a/App_Code/VERAG_VARIABLES.vb +++ b/App_Code/VERAG_VARIABLES.vb @@ -7,9 +7,9 @@ Public Class VERAG_VARIABLES Public Shared errornumb As Integer = 0 Shared Function getiterationnumber() As Integer If HttpContext.Current.Request.ServerVariables("SERVER_NAME") = "localhost" Then - Return RandomInteger(Math.Pow(2, 7), Math.Pow(2, 10)) + Return RandomInteger(Math.Pow(2, 4), Math.Pow(2, 6)) Else - Return RandomInteger(Math.Pow(2, 9), Math.Pow(2, 18)) + Return RandomInteger(Math.Pow(2, 4), Math.Pow(2, 7)) End If End Function diff --git a/Customers/LKWs.aspx b/Customers/LKWs.aspx index 0451970..1b0e105 100644 --- a/Customers/LKWs.aspx +++ b/Customers/LKWs.aspx @@ -27,7 +27,6 @@ body { max-width: 390px; } - h1 { color: #043381; font-size: 22px; @@ -36,7 +35,6 @@ color: #043381; font-size: 30px; } - #tableSearch { width: 53%; border: 1px solid grey;