|
From: Lasse Kärkkäi. <tr...@us...> - 2011-01-10 23:16:34
|
Module: web
Branch: master
Commit: b4f57645f21f816854cfc6975fac00bc5a37838a
Author: Tapio Vierros <tap...@gm...>
Date: Tue Dec 7 02:46:03 2010 +0200
Remove unused variable.
---
htdocs-binary/download.js | 1 -
1 files changed, 0 insertions(+), 1 deletions(-)
diff --git a/htdocs-binary/download.js b/htdocs-binary/download.js
index 089af4c..fa3c530 100644
--- a/htdocs-binary/download.js
+++ b/htdocs-binary/download.js
@@ -1,6 +1,5 @@
function smartDownload() {
var e = document.getElementById('download');
- var agent = navigator.appVersion;
if (navigator.platform.indexOf("Win32") != -1 || navigator.platform.indexOf("Win64") != -1) {
// Windows
e.href = 'http://sourceforge.net/projects/performous/files/performous/0.6.1/Performous-0.6.1.exe/download';
|