X-Git-Url: https://codewiz.org/gitweb?p=wiki.git;a=blobdiff_plain;f=sys%2FGuruMeditation.js;h=da8df2e37e154cb81f7f6c6e2a399d9ae0e93954;hp=bc7f5e973f26abc92d7612a28dfd64ab39e8b114;hb=1a9ca04f4361c94f6f65e35a455fc6e0e800c81d;hpb=1ccf73f82dadcd5fc8b44575f9cbf9888e8176be diff --git a/sys/GuruMeditation.js b/sys/GuruMeditation.js index bc7f5e9..da8df2e 100644 --- a/sys/GuruMeditation.js +++ b/sys/GuruMeditation.js @@ -5,7 +5,7 @@ var guru = document.getElementById('guru'); // Firefox 2.0 doesn't take border-color, but returns border-top-color fine -var color = document.defaultView.getComputedStyle(guru,null).getPropertyValue('border-top-color'); +var color = document.defaultView.getComputedStyle(guru, null).getPropertyValue('border-top-color'); function guruOn() { guru.style.setProperty('border-color', color, '');