diff options
author | Humberto Alfonso Díaz <humberto.alfonso@asvito.es> | 2019-07-01 12:10:15 +0200 |
---|---|---|
committer | Humberto Alfonso Díaz <humberto.alfonso@asvito.es> | 2019-07-01 12:10:15 +0200 |
commit | e5b45e034eb954c10bc545f72e7e0c986c1e3fd1 (patch) | |
tree | b16d12a4b7143bf382d34d8d4af8431ed8bbd84f /src/index.html | |
parent | aac66099e68d635cbb5945366e00232abf868bdb (diff) |
FUNCT Add custom icons with animation
Diffstat (limited to 'src/index.html')
-rw-r--r-- | src/index.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/index.html b/src/index.html index 2821653..1e9b49e 100644 --- a/src/index.html +++ b/src/index.html @@ -8,8 +8,8 @@ <body> <div id="AppContainer" class="parent"> <script id="item-template" type="x-tmpl-mustache"> - <a href="#" class="item" app-id="{{ id }}" onclick="window.launch(this);"> - <img class="icon" src="{{ icon }}" onload="SVGInject(this);"> + <a href="#" class="item" id="app-{{id}}" app-id="{{ id }}" onclick="window.launch(this);" style="display:none"> + <img id="icon-{{id}}" class="icon" src="/images/icons/blank_inactive.svg"> <div class="name"> {{ name }} </div> |