diff options
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> |