Patch:
in /components/com_jsn/views/list/tmpl/default_search.php replace at line 14 this
<?php echo JURI::current(); ?>
with this
<?php echo JRoute::_('index.php?option=com_jsn&view=list&Itemid='.JRequest::getVar('Itemid',''),false); ?>
in /components/com_jsn/views/list/tmpl/table_search.php replace at line 14 this
<?php echo JURI::current(); ?>
with this
<?php echo JRoute::_('index.php?option=com_jsn&view=list&Itemid='.JRequest::getVar('Itemid',''),false); ?>
I have fixed on your site.