diff --git a/modules/admin/tpl/js/admin.js b/modules/admin/tpl/js/admin.js index 3007668c1..fb539b8be 100644 --- a/modules/admin/tpl/js/admin.js +++ b/modules/admin/tpl/js/admin.js @@ -100,7 +100,7 @@ jQuery(function($){ $.fn.xePagination = function(){ this .find('span.tgContent').css('whiteSpace', 'nowrap').end() - .find('a.tgAnchor[href="#goTo"]') + .find('a.tgAnchor') .each(function(idx){ var $this = $(this); $this.after( $($this.attr('href')) );