summary refs log tree commit diff stats
path: root/theme/quotes/browse.tpl
diff options
context:
space:
mode:
Diffstat (limited to 'theme/quotes/browse.tpl')
-rwxr-xr-xtheme/quotes/browse.tpl2
1 files changed, 1 insertions, 1 deletions
diff --git a/theme/quotes/browse.tpl b/theme/quotes/browse.tpl index d710d3f..24afd14 100755 --- a/theme/quotes/browse.tpl +++ b/theme/quotes/browse.tpl
@@ -10,7 +10,7 @@ function voteQuote(id, dir)
10 jQuery.ajax({ 10 jQuery.ajax({
11 type: "GET", 11 type: "GET",
12 url: "/quotes/vote.php", 12 url: "/quotes/vote.php",
13 data: "id="+id+"&amp;dir="+dir, 13 data: "id="+id+"<!--IFXAMP-->dir="+dir,
14 dataType: "text", 14 dataType: "text",
15 success: function(msg) { 15 success: function(msg) {
16 if (msg != "") 16 if (msg != "")