bug:2220
2 {ldelim} was written instead of 2 { in the js
git-svn-id: http://piwigo.org/svn/trunk@9625 68402e56-0260-453c-a942-63ccdbb3a9ee
This commit is contained in:
parent
edfe58bc9b
commit
9384dcd293
1 changed files with 2 additions and 2 deletions
|
|
@ -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();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue