aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--admin/themes/default/template/themes_update.tpl4
1 files changed, 2 insertions, 2 deletions
diff --git a/admin/themes/default/template/themes_update.tpl b/admin/themes/default/template/themes_update.tpl
index caad66aa4..3bf1cc0b1 100644
--- a/admin/themes/default/template/themes_update.tpl
+++ b/admin/themes/default/template/themes_update.tpl
@@ -1,6 +1,6 @@
{footer_script require='jquery.effects.blind'}{literal}
-jQuery(document).ready(function(){ldelim}
- jQuery("td[id^='desc_'], p[id^='revdesc_']").click(function() {ldelim}
+jQuery(document).ready(function(){
+ jQuery("td[id^='desc_'], p[id^='revdesc_']").click(function() {
id = this.id.split('_');
jQuery("#revdesc_"+id[1]).toggle('blind');
jQuery(".button_"+id[1]).toggle();