summaryrefslogtreecommitdiff
path: root/index.html
diff options
context:
space:
mode:
authorJeroen <jeroenpardon@users.noreply.github.com>2020-08-07 03:12:38 +0200
committerGitHub <noreply@github.com>2020-08-07 03:12:38 +0200
commit42971a3cae06eed7a67f893930578c675c615a15 (patch)
tree712f80f319f667d181f917969f9607f79e1c812c /index.html
parent3cbb7a78a76bccb1036cd339f39eb88867a50710 (diff)
parent9880643655973f68092dd3ae278ff76a47f5c2a0 (diff)
Merge pull request #11 from tionis/master
Removed jQuery Dependency and Added Scrollbar for Options
Diffstat (limited to 'index.html')
-rwxr-xr-xindex.html3
1 files changed, 1 insertions, 2 deletions
diff --git a/index.html b/index.html
index cb3c2a0..8e5a748 100755
--- a/index.html
+++ b/index.html
@@ -7,7 +7,6 @@
<meta content="width=device-width, initial-scale=1.0, minimum-scale=1.0, maximum-scale=1.0, user-scalable=no" name="viewport" />
<link type="text/css" rel="stylesheet" href="./assets/css/styles.css" media="screen,projection"/>
<link href="https://fonts.googleapis.com/css?family=Roboto:400,500,700,900" rel="stylesheet">
- <script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.3.1/jquery.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/handlebars.js/4.1.1/handlebars.min.js"></script>
<script src="https://code.iconify.design/1/1.0.0-rc7/iconify.min.js"></script>
</head>
@@ -87,7 +86,7 @@
</div>
<div class="apps_text">
<a href="https://{{url}}">{{name}}</a>
- <span>{{url}}</span>
+ <span id="app-address">{{url}}</span>
</div>
</div>
{{/apps}}