Commit 64d4ebda by Usman Khalid

Revert last commit

parent 59403644
...@@ -327,11 +327,11 @@ PDFJS.disableWorker = true; ...@@ -327,11 +327,11 @@ PDFJS.disableWorker = true;
loadUrl(chapterUrl, pageVal); loadUrl(chapterUrl, pageVal);
} }
$(".last").on('click','#previous',function(){ $("#previous").click(function(event) {
prevPage(); prevPage();
}); });
$(".next").on('click','#next',function(){ $("#next").click(function(event) {
nextPage(); nextPage();
}); });
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment