mirror of
https://github.com/overte-org/community-apps.git
synced 2025-04-08 09:43:07 +02:00
Add files via upload
This commit is contained in:
parent
afeae044f5
commit
0a1440bf66
1 changed files with 1 additions and 1 deletions
|
@ -299,7 +299,7 @@
|
|||
var btn = "";
|
||||
var absoluteJsFile = rootPath + item.jsfile;
|
||||
|
||||
var btn = "<button class='install' onclick = 'uninstall(absoluteJsFile, window.btoa(item.name));'>Install</button>";
|
||||
var btn = "": //"<button class='install' onclick = 'uninstall(absoluteJsFile, window.btoa(item.name));'>Install</button>";
|
||||
var btndata = {
|
||||
"url": absoluteJsFile,
|
||||
"id": window.btoa(item.name)
|
||||
|
|
Loading…
Reference in a new issue