add cookie hash
This commit is contained in:
@@ -6,6 +6,7 @@
|
||||
pageRendering = false,
|
||||
pageNumPending = null,
|
||||
nexturl = '<?=$nexturl?>',
|
||||
hash = '<?=$hash?>',
|
||||
prevurl = '<?=$prevurl?>';
|
||||
</script>
|
||||
|
||||
@@ -41,7 +42,7 @@
|
||||
<div id="pdfprogress">Идет обращение к серверу...</div>
|
||||
|
||||
<canvas id="the-canvas" style="width:100%"></canvas>
|
||||
<script>startpdfviewer();</script>
|
||||
<script>startpdfviewer(hash);</script>
|
||||
<div id="stuff-bar">
|
||||
<div id="zoomnav">
|
||||
<div id="title_minus" onclick="resize_minus()">
|
||||
|
||||
Reference in New Issue
Block a user