minor edit...

Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
Alex A. Naanou 2013-01-22 19:31:03 +04:00
parent f0568061f0
commit 097d1a4ae4

View File

@ -514,9 +514,11 @@ $(document).ready(function(){
.resize(function() { .resize(function() {
fitNPages(PAGES_VISIBLE) fitNPages(PAGES_VISIBLE)
}) })
/*
.bind('hashchange', function(){ .bind('hashchange', function(){
setCurrentPage(loadURLState()) setCurrentPage(loadURLState())
}) })
*/
$('.viewer') $('.viewer')
.swipe({ .swipe({