Changes

no edit summary
Line 445: Line 445:  
       local y = b[args.sort](b)
 
       local y = b[args.sort](b)
 
if x < y then return true
 
if x < y then return true
elseif x == y then return a:id() < b:id()
+
elseif x == y then return a:sort_id() < b:sort_id()
 
else return false end
 
else return false end
 
end)
 
end)
cssedit, gkautomate
6,926

edits