TiddlySpace / tiddlyspace

A discoursive social model for tiddlers
http://tiddlyspace.com
Other
106 stars 38 forks source link

Mainline externalized TiddlyWiki points to jquery.js of wrong version in common bag #1069

Closed cdent closed 11 years ago

cdent commented 11 years ago

TiddlyWiki currently expects jquery 1.8.x and uses the attr method in various ways. TiddlySpace uses whatever is most recent (>= 1.10.x) which doesn't have attr instead it has prop. If the externalized tiddlywiki points to jquery.js in the common bag, it gets the newer version. Therefore it needs to point elsewhere.

(Obviously there are likely other problems than attr and prop, those are just what has shown up immediately.)