optimized ajaxify to only recurse through script tags; updated so it looks deeper for embedded scripts (ie. within plugin subtemplates)

v1.18.x
psychobunny 11 years ago
parent ca9c468edd
commit 37450ff00c

@ -176,7 +176,7 @@ var ajaxify = {};
var scripts = [],
script,
children_nodes = $(body_el).children(),
children_nodes = $(body_el).find('script'),
child,
i;

Loading…
Cancel
Save