From e53db445694a992a6909fe31379d847135b64613 Mon Sep 17 00:00:00 2001 From: flyskyko Date: Tue, 6 Sep 2011 09:59:21 +0000 Subject: [PATCH] remove selector href of tgAnchor in pagination git-svn-id: http://xe-core.googlecode.com/svn/branches/1.5.0@9059 201d5d3c-b55e-5fd7-737f-ddc643e51545 --- modules/admin/tpl/js/admin.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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')) );