summaryrefslogtreecommitdiffstats
path: root/askbot/skins/default/templates/macros.html
diff options
context:
space:
mode:
Diffstat (limited to 'askbot/skins/default/templates/macros.html')
-rw-r--r--askbot/skins/default/templates/macros.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/askbot/skins/default/templates/macros.html b/askbot/skins/default/templates/macros.html
index d593fec5..0eb0b303 100644
--- a/askbot/skins/default/templates/macros.html
+++ b/askbot/skins/default/templates/macros.html
@@ -528,7 +528,7 @@ poor design of the data or methods on data objects #}
sortButtonData["{{key_name}}"] = {
label: "{{label}}",
asc_tooltip: "{{asc_tooltip}}",
- desc_tooltip: "{{desc_tooltip}}",
+ desc_tooltip: "{{desc_tooltip}}"
};
</script>
{%- endmacro %}
@@ -645,7 +645,7 @@ poor design of the data or methods on data objects #}
useCache: true,
matchInside: true,
maxCacheLength: 100,
- delay: 10,
+ delay: 10
});
tagAc.decorate($("{{ id }}"));
{%- endmacro -%}