summaryrefslogtreecommitdiffstats
path: root/src/templates/apps.template.html
diff options
context:
space:
mode:
Diffstat (limited to 'src/templates/apps.template.html')
-rw-r--r--src/templates/apps.template.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/templates/apps.template.html b/src/templates/apps.template.html
index 9916e2a..bcf2968 100644
--- a/src/templates/apps.template.html
+++ b/src/templates/apps.template.html
@@ -1,5 +1,5 @@
{{ #apps }}
- <a href="#" class="button" id="app-{{id}}" app-id="{{ id }}" onclick="apps.start('{{id}}');">
+ <a class="button" dragable="false" id="app-{{id}}" app-id="{{ id }}" onclick="apps.start('{{id}}');">
<div class="icon {{ icon }}">
</div>
@@ -7,4 +7,4 @@
{{ name }}
</div>
</a>
-{{ /apps }} \ No newline at end of file
+{{ /apps }}