mirror of
https://github.com/flynx/PortableMag.git
synced 2025-11-03 05:20:11 +00:00
minor edit...
Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
parent
5c71780fa5
commit
6099d1b8a3
@ -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){
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user