CharisKomos (Talk | contribs) |
CharisKomos (Talk | contribs) |
||
Line 382: | Line 382: | ||
element.outerHTML = ''; | element.outerHTML = ''; | ||
delete element; | delete element; | ||
+ | |||
+ | // Change color of current link | ||
+ | $('a[href*="' +window.location.href+'"]').each(function() { $(this).css('color', '#000000'); }); | ||
</script> | </script> | ||
</body> | </body> | ||
</html> | </html> |
Revision as of 13:57, 14 August 2017