diff options
Diffstat (limited to 'theme/quotes')
-rwxr-xr-x | theme/quotes/browse.tpl | 2 |
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+"&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 != "") |