dont need to worry about taking 1 for folder selects, I dont know why I did need it, but doesnt seem too... nervous this will cause me grief somewhere else?
This commit is contained in:
@@ -170,12 +170,6 @@ function DoSel(e, el)
|
|||||||
st=Number($('.highlight').first().attr('ecnt'))
|
st=Number($('.highlight').first().attr('ecnt'))
|
||||||
end=Number($('.highlight').last().attr('ecnt'))
|
end=Number($('.highlight').last().attr('ecnt'))
|
||||||
clicked=Number($(el).attr('ecnt'))
|
clicked=Number($(el).attr('ecnt'))
|
||||||
if( ! $('#folders').value )
|
|
||||||
{
|
|
||||||
st -= 1
|
|
||||||
end -= 1
|
|
||||||
clicked -= 1
|
|
||||||
}
|
|
||||||
// if we shift-click first element, then st/end are NaN, so just highlightthe one clicked
|
// if we shift-click first element, then st/end are NaN, so just highlightthe one clicked
|
||||||
if( isNaN(st) )
|
if( isNaN(st) )
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user