mirror of
https://github.com/rustdesk/rustdesk.git
synced 2026-03-25 22:21:01 +03:00
fix for file transfer: sort row and remove empty dir
This commit is contained in:
@@ -73,7 +73,7 @@ class Grid: Behavior {
|
||||
var getValue = function(x) {
|
||||
var value = x.attributes["value"];
|
||||
if (value == undefined) return x.text.toLowerCase();
|
||||
return value.toInteger();
|
||||
return value.toFloat();
|
||||
}
|
||||
var sort = function(r1, r2, asc) {
|
||||
if (r1[1].text == "..") {
|
||||
|
||||
Reference in New Issue
Block a user