From cd65102ca64b98d3184888c688807cb7b72096e3 Mon Sep 17 00:00:00 2001 From: Ross Date: Thu, 9 Jun 2022 18:47:21 +0100 Subject: [PATCH] . --- index.html | 1 + js/main.js | 5 +++++ 2 files changed, 6 insertions(+) diff --git a/index.html b/index.html index 1d5292d..d1d3365 100644 --- a/index.html +++ b/index.html @@ -65,6 +65,7 @@

RTS

+
diff --git a/js/main.js b/js/main.js index 89f9069..da6c191 100644 --- a/js/main.js +++ b/js/main.js @@ -2452,6 +2452,11 @@ $("#btn-candidate-login").click(function(evt) { //$(".exam-wrapper").toggle(); }); +$("#btn-user-login").click(function(evt) { + window.location = "https://www.penracourses.org.uk/accounts/login/?next=/rts" + //$(".exam-wrapper").toggle(); +}); + $("#login-button").click(function(evt) { global_cid = parseInt($("#candidate-number").val());