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