fixed admin theme

git-svn-id: http://xe-core.googlecode.com/svn/branches/1.5.0@9089 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
devjin 2011-09-07 10:56:36 +00:00
parent 34cd3544ba
commit bd67a0846e
3 changed files with 34 additions and 16 deletions

View file

@ -563,7 +563,7 @@ $.fn.xeSortableTable = function(){
// get offsets of all list-item elements
offsets = [];
$table.find('tbody>tr:not([target])').each(function() {
$table.find('tbody>tr:not([target],.sticky)').each(function() {
var $this = $(this), o;
o = getOffset(this, $table.get(0));