mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-24 21:59:55 +09:00
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:
parent
34cd3544ba
commit
bd67a0846e
3 changed files with 34 additions and 16 deletions
|
|
@ -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));
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue