From 8462977fc3708cf3ee2dc499be9874a9e7d187da Mon Sep 17 00:00:00 2001 From: Vincent BOUQUET Date: Fri, 3 Mar 2023 01:01:11 +0100 Subject: [PATCH] adding rdm ident to T1 --- t1/base.js | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/t1/base.js b/t1/base.js index b0d586a..b0e1373 100644 --- a/t1/base.js +++ b/t1/base.js @@ -7,6 +7,12 @@ $(document).ready(function() { var fixturename = "Robin T1 Wash - Simulated"; $('#pth').html(fixturename) $(document).prop('title', fixturename) + + // handle RDM ident + var idntb = $('#idnt img'); + $('#idnt').click(function() { + idntb.toggleClass('a'); + }); //handle settins modal $(document).on('click','#scfg',function() {