Open GoogleCodeExporter opened 9 years ago
this happens due to jquery clone() being used in several functions, so any
inline scripts would be recalled and those need to be aware of double calls,
also when calling redoTemplateLayout() the same happens.
Original comment by cdimitro...@hotmail.com
on 13 Mar 2012 at 3:25
To fix this you can add in the function getDivDims
if(content) {
content.find('script').empty(); //fix: multiple executions of inline script tags
testDiv.append(content);
}
Original comment by cdimitro...@hotmail.com
on 31 May 2012 at 12:41
Original issue reported on code.google.com by
cdimitro...@hotmail.com
on 5 Mar 2012 at 11:41