genemu / GenemuFormBundle

Extra Form : Captcha GD, Tinymce, Recaptcha, JQueryDate, JQueryAutocomplete, JQuerySlider, JQueryFile, JQueryImage
587 stars 263 forks source link

jquerycolor_javascript strange behavior #328

Closed facundososalopez closed 10 years ago

facundososalopez commented 10 years ago

jquerycolor produces strange behavior when there are two or more widgets with this type. It is because there is no var keyword to define the variable "$picker". Adding the var keyword fix the issue.

facundososalopez commented 10 years ago

It is in the file "jquery_layout.html.twig" line 163.