Revert last commit

This commit is contained in:
Usman Khalid
2013-09-28 00:14:07 +05:00
parent 59403644ae
commit 64d4ebdaa1

View File

@@ -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();
});