minor edit...

Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
Alex A. Naanou 2013-01-22 19:39:55 +04:00
parent 5c71780fa5
commit 6099d1b8a3

View File

@ -8,7 +8,7 @@
<script>
var USE_URLS = false
var USE_URLS = true
/* this is needed only for live resize... */
var PAGES_VISIBLE = 1
@ -454,7 +454,7 @@ function prevArticle(){
// URL state managers...
function loadURLState(){
if(window.location.hash == ''){
return 0
return null
}
var n = parseInt(window.location.hash.split('#')[1])
if(n != null){