Skip to content

Commit

Permalink
bug:2220
Browse files Browse the repository at this point in the history
2 {ldelim} was written instead of 2 { in the js

git-svn-id: http://piwigo.org/svn/trunk@9625 68402e56-0260-453c-a942-63ccdbb3a9ee
  • Loading branch information
flop25 committed Mar 12, 2011
1 parent edfe58b commit 9384dcd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions 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();
Expand Down

0 comments on commit 9384dcd

Please sign in to comment.