mirror of
https://github.com/gnh1201/welsonjs.git
synced 2025-02-11 17:34:58 +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({
|
||||
name: "Program",
|
||||
uniqueId: "chrome-10001.exe"
|
||||
name: "Chrome",
|
||||
uniqueId: "John"
|
||||
});
|
||||
localApplications.push({
|
||||
name: "Program",
|
||||
uniqueId: "chrome-10002.exe"
|
||||
name: "Chrome",
|
||||
uniqueId: "James"
|
||||
});
|
||||
localApplications.push({
|
||||
name: "Program",
|
||||
uniqueId: "chrome-10003.exe"
|
||||
name: "Chrome",
|
||||
uniqueId: "Jasmine"
|
||||
});
|
||||
|
||||
var template = $("#listview_applications .template");
|
||||
|
|
Loading…
Reference in New Issue
Block a user