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 f280ebe..2821653 100644 --- a/src/index.html +++ b/src/index.html @@ -8,12 +8,12 @@ <body> <div id="AppContainer" class="parent"> <script id="item-template" type="x-tmpl-mustache"> - <div class="item"> + <a href="#" class="item" app-id="{{ id }}" onclick="window.launch(this);"> <img class="icon" src="{{ icon }}" onload="SVGInject(this);"> <div class="name"> {{ name }} </div> - </div> + </a> </script> </div> <div class="log" id="log"> |