/ Published in: JavaScript
Expand |
Embed | Plain Text
function updateScripts() { $$('script').each(function(obj) { eval(obj.text); }); }
You need to login to post a comment.
function updateScripts() { $$('script').each(function(obj) { eval(obj.text); }); }
You need to login to post a comment.