Handle links better. re #73

This commit is contained in:
Sébastien Lucas 2013-07-16 21:56:55 +02:00
parent 948c1cb3fa
commit fb51523b33
5 changed files with 63 additions and 62 deletions

View file

@ -81,6 +81,7 @@
updatePage (data [0]);
cache.put (url, data [0]);
history.replaceState(url, "", window.location);
handleLinks ();
});
});