Le 2011-07-11 13:32, Thilanka Kaushalya a écrit :
Hi Marc,
Yes it's ok to move this section, to avoid code duplication. functions.js is cached in the browser so the downside of increased size is minimal.
I did the changes and pushed to the repo. Please check that. Thank you.
Regards, Thilanka.
Works fine but commit 215eb80df9b5456d4b2131bb98d8448797ef2c74 needs an improvement; please avoid this kind of syntax:
$($temp_div)
It should be just $temp_div
as this is already a jQuery object.