mirror of
https://github.com/overte-org/overte.git
synced 2025-08-08 11:17:34 +02:00
Remove cruft
This commit is contained in:
parent
4d7bc3094a
commit
d7d49ed84e
1 changed files with 2 additions and 11 deletions
|
@ -281,15 +281,6 @@ Rectangle {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
function addAllInstalledAppsToList() {
|
|
||||||
var i, apps = Commerce.getInstalledApps().split(","), len = apps.length;
|
|
||||||
for(i = 0; i < len - 1; ++i) {
|
|
||||||
if (i in apps) {
|
|
||||||
resourceListModel.append(buildResourceObj(apps[i]));
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
function toUrl(resource) {
|
function toUrl(resource) {
|
||||||
var httpPattern = /^http/i;
|
var httpPattern = /^http/i;
|
||||||
return httpPattern.test(resource) ? resource : "file:///" + resource;
|
return httpPattern.test(resource) ? resource : "file:///" + resource;
|
||||||
|
|
Loading…
Reference in a new issue