Skip to content

Commit 701062f

Browse files
committed
2 parents 5bf3e20 + 73e77d5 commit 701062f

File tree

2 files changed

+7
-4
lines changed

2 files changed

+7
-4
lines changed

README.md

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Welcome to History.js (v1.8b2, June 22 2013)
1+
Welcome to History.js <br/> v1.8b2, June 22 2013
22
==================
33

44
[![Flattr this project](http://api.flattr.com/button/flattr-badge-large.png)](https://flattr.com/submit/auto?user_id=balupton&url=https://github.com/browserstate/history.js&title=History.js&language=&tags=github&category=software)
@@ -13,7 +13,7 @@ Welcome to History.js (v1.8b2, June 22 2013)
1313

1414
### History
1515

16-
See History(https://github.com/browserstate/history.js/blob/master/History.md#files) to for a detailed list of features, changes, solved issues and bugs
16+
See the [`History.md`](https://github.com/browserstate/history.js/blob/master/History.md#files) file for a detailed list of features, changes, solved issues and bugs
1717

1818
### Involve
1919

@@ -33,6 +33,9 @@ Please create an issue if something doesn't work or if there is a browser specif
3333

3434
To ajaxify your entire website with the HTML5 History API, History.js and jQuery the [Ajaxify Script](https://github.com/browserstate/ajaxify) is all you need. It's that easy.
3535

36+
### Ruby On Rails
37+
38+
If you are using Rails, then the easiest way for you to try History.js would be to use [Wiselinks](https://github.com/igor-alexandrov/wiselinks) gem. Wiselinks integrates into Rails application and allows you to start using History.js with three lines of code.
3639

3740
### Working with History.js directly
3841

@@ -286,4 +289,4 @@ You can discover the history inside the [History.md](https://github.com/browsers
286289
## License
287290

288291
Licensed under the [New BSD License](http://opensource.org/licenses/BSD-3-Clause)
289-
<br/>Copyright &copy; 2011+ [Benjamin Arthur Lupton](http://balupton.com)
292+
<br/>Copyright &copy; 2011+ [Benjamin Arthur Lupton](http://balupton.com)

scripts/uncompressed/history.html4.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -319,7 +319,7 @@
319319
// Fetch
320320
var
321321
documentHash = History.getHash(),
322-
iframeHash = History.getHash(iframe.contentWindow.document.location);
322+
iframeHash = History.getHash(iframe.contentWindow.document);
323323

324324
// The Document Hash has changed (application caused)
325325
if ( documentHash !== lastDocumentHash ) {

0 commit comments

Comments
 (0)