This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
### Keybase proof | |
I hereby claim: | |
* I am virginia on github. | |
* I am virginia (https://keybase.io/virginia) on keybase. | |
* I have a public key whose fingerprint is 4C75 9F08 397F 80EA 01AF C5E3 8E22 6856 6C18 8718 | |
To claim this, I am signing this object: |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$(document).ready(function() { | |
google.load("books", "0"); | |
var viewerHeight; | |
var headerHeight; | |
function viewerInit() { | |
// var header = $(document.body).down('.header'); | |
headerHeight = 40; | |
viewerHeight = 700; |