// Copyright Epic Games, Inc. All Rights Reserved. function goHome() { location.href = '/' + location.hash } function skipVerify() { addOnBeforeUnload('Leaving this page will abort the skip action') let queryParams = processQueryParameters(['bot', 'branch', 'cl', 'edge'], ["reason"]) if (!queryParams) return; let requestedBotName = queryParams["bot"] let requestedBranchName = queryParams["branch"] let requestedBranchCl = parseInt(queryParams["cl"], 10) let requestedEdgeName = queryParams["edge"] // Fill in changelist value in HTML $('.changelist').each(function() { $(this).text(`CL ${requestedBranchCl}`) }) // Verify user wants to skip let buttonDiv = $('
').appendTo($('#reasonForm')) // Return to Robomerge homepage let cancelButton = $('