promisefeni / reallysimplehistory

Automatically exported from code.google.com/p/reallysimplehistory
Other
0 stars 0 forks source link

Optimize historyStorage.loadHashTable #24

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
In some browsers (Opera), historyStorage.loadHashTable gets called multiple
times before hashLoaded gets set to true; this probably has something to do
with the image hack's javascript URL; loadHashTable gets called the first
time before we have a form element to inspect, so storagefield.value is
still null the first time. We should do some debugging on this and figure
out how best to optimize.

Original issue reported on code.google.com by bdpathfi...@gmail.com on 7 Nov 2007 at 10:17