Update newweathermanager.js

This commit is contained in:
Brenden 2022-04-14 17:25:00 -05:00 committed by GitHub
parent e37c2d029b
commit e3fece822d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@ function spinything() {
rotatex = (Math.floor(-100 + Math.random()*(100 + 1 - -100)))/100
rotatey = (Math.floor(-100 + Math.random()*(100 + 1 - -100)))/100
rotatez = (Math.floor(-100 + Math.random()*(100 + 1 - -100)))/100
$("#headendid").text("headend id: 028471")
$("#headendid").text("headend id: 0"+Math.round(Math.random()*100000))
$("#serialnumber").text("serial number: N/A")
$("#affilatename").text("affiliate name: XFINITY TV")
$(".intellistarlogo").css( { transition: `transform 5s linear`,