I feel your pain. It will be fixed in the next version. You can fix it right now just go to /plugins/ele-custom-skin/assets/js/ecs_ajax_pagination.js
and coment this line (is at the end of the file)
ECS_add_action("ajax", function(args){EleCustomSkinChangeUrlPage(args)});
should look like this:
//ECS_add_action("ajax", function(args){EleCustomSkinChangeUrlPage(args)});