add right click page prev
This commit is contained in:
@@ -28,13 +28,15 @@
|
||||
window.location.href = nexturl;
|
||||
});
|
||||
|
||||
canvasDiv.addEventListener('dblclick', function(event) {
|
||||
|
||||
canvasDiv.addEventListener('contextmenu', function(event) {
|
||||
event.stopPropagation();
|
||||
window.location.href = prevurl;
|
||||
});
|
||||
|
||||
</script>
|
||||
|
||||
<p class="click-info"><i class="fa fa-mouse-pointer" aria-hidden="true"></i> кликайте чтобы листать страницы</p>
|
||||
|
||||
<div id="stuff-bar">
|
||||
|
||||
@@ -94,7 +96,7 @@
|
||||
<span id="downarrow">/ <a href="<?=$htmlurl?>">Режим для чтения</a></span>
|
||||
<?endif?>
|
||||
</p>
|
||||
<p class="click-info"><i class="fa fa-mouse-pointer" aria-hidden="true"></i> кликайте чтобы листать страницы</p>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user