Skip to content
This repository has been archived by the owner on Oct 7, 2022. It is now read-only.

Commit

Permalink
Fixed missing declaration of page number in the OpenURL
Browse files Browse the repository at this point in the history
  • Loading branch information
Matthew Reidsma authored and Matthew Reidsma committed Mar 31, 2014
1 parent f24a37d commit 314ee1c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 360link-reset.js
Expand Up @@ -104,7 +104,7 @@ $j(document).ready(function() { // Wait until the original page loads
} else {
OpenUrl += '&isbn='+standardno+''
}
OpenUrl += '&spage='+p+'&epage=';
OpenUrl += '&spage='+pages+'&epage=';

var newPage = document.createElement('div');
newPage.id = 'link-reset-wrapper';
Expand Down

0 comments on commit 314ee1c

Please sign in to comment.