madrobby / scriptaculous

script.aculo.us is an open-source JavaScript framework for visual effects and interface behaviours.
http://script.aculo.us/
MIT License
2.32k stars 496 forks source link

removed document.write part of scriptaculous#require #48

Closed walterdavis closed 6 years ago

walterdavis commented 6 years ago

Chrome and other browsers get tetchy about using document.write. The DOM method code was already there in the fallback, ironically.

kressly commented 6 years ago

Wow thank you very much for an update on scriptaculous. At least a pull request gives hope

gitman0 commented 5 years ago

I tried this patch and it did not work. Developer console showed a message that effects.js was not loaded.