mirror of
https://github.com/TracksApp/tracks.git
synced 2025-12-29 13:28:49 +01:00
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:
parent
f9e6540ed2
commit
cd8a01d2d4
3 changed files with 28 additions and 33 deletions
|
|
@ -75,8 +75,3 @@ Protoload = {
|
|||
_zIndex: 1000000*/
|
||||
};
|
||||
|
||||
if (Prototype) {
|
||||
Element.addMethods(Protoload);
|
||||
Object.extend(Element, Protoload);
|
||||
}
|
||||
/* */
|
||||
Loading…
Add table
Add a link
Reference in a new issue