I am trying to use getorgchart jquery plugin. And I want to remove the 'GetOrgChart' hyprlink which is showing in the bottom of the screen. I have tried removing it from getorgchart.js file but it is still showing up. Is it part of the theme? How Can I stop showig it on my webpage???
Please help..
$(document).ready(function(){
RépondreSupprimersetInterval(function(){ $('a[title="GetOrgChart jquery plugin"]').hide(); }, 10);
});
This does not work in IE Edge and IE 11... Any workaround for this please.
RépondreSupprimerOpen file getorgchart.js and find eval(eval("String.fromCharCode(blah2x...)")) and delete it or comment.
RépondreSupprimer