mrkgnao: So...
Should I begin worrying? Where is HSL?
Busy with real life stuff according to the Mafia game. He's been about in the last few days (I think he posted yesterday in the mafia thread) though so I wouldn't be too worried.
Wishlist stuff is working so far, just came across an issue when testing in Firefox that it doesn't load the already uploaded data if you use a different browser (so using a new browser would wipe any saved wishlist tags, which we don't want).
It's a relatively easy fix (just check the server if there is no locally saved data), but I'm just trying to save AJAX calls and find somewhere on the page that contains my actual username to use for the server AJAX call... which is proving more difficult than I'd thought XD
It does also raise the issue of how to handle separate browsers.. the fix I'm working on would stop it resetting completely, but if you start in browser A and change a couple of items, change to browser B and change a few more, those changes won't be reflected back to browser A, and when you loaded up browser A again it would reset the server back to whatever had been set then.
So I suppose I should probably load from the server every time and keep that as the central store for the data...