diff options
author | Humberto Alfonso Díaz <humberto.alfonso@asvito.es> | 2019-12-18 21:45:12 +0100 |
---|---|---|
committer | Lorenzo Tilve <ltilve@igalia.com> | 2020-02-04 20:36:30 +0100 |
commit | 51e268c34ecfeb541c187f5a361c5c5baa76fbca (patch) | |
tree | 252ec4695f0069c4d6073ffcfc722e786091311a /src/index.html | |
parent | e54bb3ce8ee606fba0cb2ccf67d27cd41d614745 (diff) |
FUNCT Update launcher
Diffstat (limited to 'src/index.html')
-rw-r--r-- | src/index.html | 15 |
1 files changed, 1 insertions, 14 deletions
diff --git a/src/index.html b/src/index.html index 574b2ab..7bd906b 100644 --- a/src/index.html +++ b/src/index.html @@ -21,19 +21,6 @@ <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no"> </head> <body> - <div id="AppContainer" class="parent"> - <script id="item-template" type="x-tmpl-mustache"> - <a href="#" class="item" id="app-{{id}}" app-id="{{ id }}" onclick="window.launch(this);" style="display:none"> - <img id="icon-inactive-{{id}}" class="icon inactive" src="/images/icons/blank_inactive.svg"> - <img id="icon-enabled-{{id}}" class="icon enabled" src="/images/icons/blank_active.svg"> - <div class="name"> - {{ name }} - </div> - </a> - </script> - </div> - <div class="log" id="log"> - - </div> + </body> </html>
\ No newline at end of file |