mirror of
https://github.com/flynx/PortableMag.git
synced 2025-12-23 12:01:48 +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>
|
<script>
|
||||||
|
|
||||||
var USE_URLS = false
|
var USE_URLS = true
|
||||||
|
|
||||||
/* this is needed only for live resize... */
|
/* this is needed only for live resize... */
|
||||||
var PAGES_VISIBLE = 1
|
var PAGES_VISIBLE = 1
|
||||||
@ -454,7 +454,7 @@ function prevArticle(){
|
|||||||
// URL state managers...
|
// URL state managers...
|
||||||
function loadURLState(){
|
function loadURLState(){
|
||||||
if(window.location.hash == ''){
|
if(window.location.hash == ''){
|
||||||
return 0
|
return null
|
||||||
}
|
}
|
||||||
var n = parseInt(window.location.hash.split('#')[1])
|
var n = parseInt(window.location.hash.split('#')[1])
|
||||||
if(n != null){
|
if(n != null){
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user