Commit 64d4ebda by Usman Khalid

Revert last commit

parent 59403644
......@@ -327,11 +327,11 @@ PDFJS.disableWorker = true;
loadUrl(chapterUrl, pageVal);
}
$(".last").on('click','#previous',function(){
$("#previous").click(function(event) {
prevPage();
});
$(".next").on('click','#next',function(){
$("#next").click(function(event) {
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