diff --git a/js/support.js b/js/support.js new file mode 100644 index 0000000..c53cd0e --- /dev/null +++ b/js/support.js @@ -0,0 +1,11 @@ + +$(document).on('ready', function() { + +//commento di check se carica + if ($(location).attr('href').includes('computer') ){ + name = $(".navigationheader").find("span").first().text().trim(); + u = " Collegati con VNC
Collegati con RDP
"; + $(".navigationheader").find("span").first().after(u); + } + +}); \ No newline at end of file