alpheios-project / arethusa

Arethusa: Annotation Environment
http://sosol.perseids.org/tools/arethusa
MIT License
34 stars 26 forks source link

Specs need to load jQuery #8

Closed LFDM closed 10 years ago

LFDM commented 10 years ago

... if we want to use it directly. Right now it's only used in a workaround (performing synchronous GET requests) - it will be removed from there again, but eventually we might need it anyway.

Christof commented 10 years ago

I think we should decide now if we use jquery or jqlite in angular, because some external libraries ( like foundation) depend on jquery. Angular also uses jquery if it is present.

LFDM commented 10 years ago

I would go for jQyery - I might be wrong but to me jQuery became such a general purpose tool that I almost see it as part of javascript...

Christof commented 10 years ago

I have already included it in the foundation branch, which can be merged if you like the GUI.

LFDM commented 10 years ago

Ah sorry, overlooked that branch so far. Checking out now.

LFDM commented 10 years ago

Ey, that's certainly better. Do you want to open the PR? Your contribution after all :)

LFDM commented 10 years ago

jQuery included for now, as other dependencies might need it anyway. Subject to change.