diff --git a/source/Ox.UI/js/List/Ox.TextList.js b/source/Ox.UI/js/List/Ox.TextList.js index 406bb223..2d7f5397 100644 --- a/source/Ox.UI/js/List/Ox.TextList.js +++ b/source/Ox.UI/js/List/Ox.TextList.js @@ -648,7 +648,7 @@ Ox.TextList = function(options, self) { stopPos = pos, startSelector = '.OxColumn' + Ox.toTitleCase(id), stopSelector = '.OxColumn' + Ox.toTitleCase(self.visibleColumns[stopPos].id), - insert = startPos < stopPos ? 'insertAfter' : 'insertBefore' + insert = startPos < stopPos ? 'insertAfter' : 'insertBefore', $column = $('.OxHeadCell' + startSelector), $resize = $column.next(); //Ox.Log('List', startSelector, insert, stopSelector)