adding rdm ident to T1
This commit is contained in:
@@ -8,6 +8,12 @@ $(document).ready(function() {
|
|||||||
$('#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() {
|
||||||
$('#m-t').html('Site settings');
|
$('#m-t').html('Site settings');
|
||||||
|
|||||||
Reference in New Issue
Block a user