Skip to content

Commit 8b30581

Browse files
committed
Minor fix. Updated readme to talk about Opera 11 issue under load.
1 parent f8711d9 commit 8b30581

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -218,6 +218,8 @@ Thanks! every bit of help really does make a difference. Again thank you.
218218
- Changing the hash of the page causes `onpopstate` to fire; this is expected/standard functionality. To ensure correct compatibility between HTML5 and HTML4 browsers the following events have been created:
219219
- `window.onstatechange`: this is the same as the `onpopstate` event except it does not fire for traditional anchors
220220
- `window.onanchorchange`: this is the same as the `onhashchange` event except it does not fire for states
221+
- Known Issues
222+
- Opera 11 fails to create history entries when under stressful loads
221223

222224

223225
## Changelog

scripts/uncompressed/history.html4.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -444,7 +444,6 @@
444444
//History.debug('History.onHashChange: go forwards');
445445
History.forward(false);
446446
}
447-
History.busy(false);
448447
return false;
449448
}
450449

0 commit comments

Comments
 (0)