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

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

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

Loading…
Cancel
Save