summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorJohn H. Anthony <johnhant@gmail.com>2010-09-04 23:39:01 +0200
committerJohn H. Anthony <johnhant@gmail.com>2010-09-04 23:39:01 +0200
commit1920c3b92b4852c467d35f44fc5913aeea39cf9d (patch)
tree08f4beb1815a1a12ba58ee1dc209f543589440d1 /src
parent059a7efa13ff4147385013b8c6b62e5345e33b3c (diff)
enable voting for ViewQuotestability-improvements
Diffstat (limited to 'src')
-rw-r--r--src/lq/ViewQuote.java1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lq/ViewQuote.java b/src/lq/ViewQuote.java
index 411251b..adc6f51 100644
--- a/src/lq/ViewQuote.java
+++ b/src/lq/ViewQuote.java
@@ -45,6 +45,7 @@ public class ViewQuote extends HttpServlet {
"}" +
"</style> " +
"</head> " +
+ "<script src=\"/vote.js\"></script>" +
"<body bgcolor=\"#FFFFFF\" text=\"#000000\" link=\"#000000\" vlink=\"#000000\"> ";
}