raw file source
/applications/gallery/dev/js/front/controllers/view/ips.view.image.js
compiled file
/javascript_gallery/front_front_view.js.e3724a9725031678bbae35482f29e2dc.js (different md5 though)search in it for _scrollToImage:function(imageID)
find
,_scrollPage:function(){
and after the {, add: return false;
like this
,_scrollPage:function(){ return false;