1
0
mirror of https://github.com/pdf2htmlEX/pdf2htmlEX.git synced 2024-07-01 07:59:00 +00:00

bug in js event handler

This commit is contained in:
Lu Wang 2012-09-24 20:20:34 +08:00
parent eaab9df9b0
commit 157bf2e3e6

View File

@ -192,8 +192,8 @@ var pdf2htmlEX = (function(){
default:
return;
}
e.preventDefault();
}
e.preventDefault();
});
},