aboutsummaryrefslogtreecommitdiff
path: root/website/index.js
diff options
context:
space:
mode:
Diffstat (limited to 'website/index.js')
-rw-r--r--website/index.js11
1 files changed, 0 insertions, 11 deletions
diff --git a/website/index.js b/website/index.js
index 8bff4155..d67ca409 100644
--- a/website/index.js
+++ b/website/index.js
@@ -1,5 +1,4 @@
$(function() {
- addGlow();
fixDownloadLink();
});
@@ -48,13 +47,3 @@ function toggleButtonBar(showOriginal) {
$("#buttonBar").hide();
}
}
-
-function addGlow() {
- $("a").addClass("js");
- $(".button,.download").addGlow({
- radius: 20,
- textColor: '#00f',
- haloColor: '#00f',
- duration: 500
- });
-} \ No newline at end of file