Fixed a bunch of issues with auxilliary JS

Now that Prototype is gone some of them are unhappy, and others are just plain broken.
This commit is contained in:
Eric Allen 2009-09-05 15:22:15 -04:00
parent f9e6540ed2
commit cd8a01d2d4
3 changed files with 28 additions and 33 deletions

View file

@ -75,8 +75,3 @@ Protoload = {
_zIndex: 1000000*/
};
if (Prototype) {
Element.addMethods(Protoload);
Object.extend(Element, Protoload);
}
/* */