adding rdm ident to T1
This commit is contained in:
@@ -7,6 +7,12 @@ $(document).ready(function() {
|
|||||||
var fixturename = "Robin T1 Wash - Simulated";
|
var fixturename = "Robin T1 Wash - Simulated";
|
||||||
$('#pth').html(fixturename)
|
$('#pth').html(fixturename)
|
||||||
$(document).prop('title', fixturename)
|
$(document).prop('title', fixturename)
|
||||||
|
|
||||||
|
// handle RDM ident
|
||||||
|
var idntb = $('#idnt img');
|
||||||
|
$('#idnt').click(function() {
|
||||||
|
idntb.toggleClass('a');
|
||||||
|
});
|
||||||
|
|
||||||
//handle settins modal
|
//handle settins modal
|
||||||
$(document).on('click','#scfg',function() {
|
$(document).on('click','#scfg',function() {
|
||||||
|
|||||||
Reference in New Issue
Block a user