mirror of
https://github.com/gnh1201/welsonjs.git
synced 2025-05-14 13:41:05 +00:00
Update index.js
This commit is contained in:
parent
244be44836
commit
f3fa4593ca
14
app/index.js
14
app/index.js
|
@ -41,18 +41,18 @@ var showLocalApplications = function() {
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
// Chrome (demo)
|
// Chrome
|
||||||
localApplications.push({
|
localApplications.push({
|
||||||
name: "Program",
|
name: "Chrome",
|
||||||
uniqueId: "chrome-10001.exe"
|
uniqueId: "John"
|
||||||
});
|
});
|
||||||
localApplications.push({
|
localApplications.push({
|
||||||
name: "Program",
|
name: "Chrome",
|
||||||
uniqueId: "chrome-10002.exe"
|
uniqueId: "James"
|
||||||
});
|
});
|
||||||
localApplications.push({
|
localApplications.push({
|
||||||
name: "Program",
|
name: "Chrome",
|
||||||
uniqueId: "chrome-10003.exe"
|
uniqueId: "Jasmine"
|
||||||
});
|
});
|
||||||
|
|
||||||
var template = $("#listview_applications .template");
|
var template = $("#listview_applications .template");
|
||||||
|
|
Loading…
Reference in New Issue
Block a user