use history.pushstate to preserve filters on page refresh

This commit is contained in:
danielvincent 2011-01-21 01:10:29 -08:00 committed by maxwell
parent 403490364a
commit c5bf7b523f

View file

@ -114,6 +114,8 @@ $(document).ready(function(){
photos[guid] = url;
});
// set url
history.pushState(null, document.title, newURL);