diff --git a/clientapp/models/resources.js b/clientapp/models/resources.js index ea2c527..3693dcb 100644 --- a/clientapp/models/resources.js +++ b/clientapp/models/resources.js @@ -18,7 +18,7 @@ module.exports = BaseCollection.extend({ if (!!res1.idleSince && !!res2.idleSince) { return 0; } - if (res1.idleSince && !res2.idleSince) { + if (res1.idleSince && !!res2.idleSince) { return 1; } return -1; diff --git a/public/x-manifest.cache b/public/x-manifest.cache index 64a01f9..99f9895 100644 --- a/public/x-manifest.cache +++ b/public/x-manifest.cache @@ -1,5 +1,5 @@ CACHE MANIFEST -# 0.0.1 1388531436566 +# 0.0.1 1388532098209 CACHE: /app.js