diff options
Diffstat (limited to 'tpl/default/linklist.html')
-rw-r--r-- | tpl/default/linklist.html | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/tpl/default/linklist.html b/tpl/default/linklist.html index 90932524..48de2e54 100644 --- a/tpl/default/linklist.html +++ b/tpl/default/linklist.html | |||
@@ -1,7 +1,6 @@ | |||
1 | <!DOCTYPE html> | 1 | <!DOCTYPE html> |
2 | <html> | 2 | <html> |
3 | <head> | 3 | <head> |
4 | <link type="text/css" rel="stylesheet" href="../inc/awesomplete.css" /> | ||
5 | {include="includes"} | 4 | {include="includes"} |
6 | </head> | 5 | </head> |
7 | <body> | 6 | <body> |
@@ -99,11 +98,5 @@ | |||
99 | </div> | 98 | </div> |
100 | 99 | ||
101 | {include="page.footer"} | 100 | {include="page.footer"} |
102 | |||
103 | <script src="inc/awesomplete.min.js#"></script> | ||
104 | <script src="inc/awesomplete-multiple-tags.js#"></script> | ||
105 | <script> | ||
106 | awesompleteUniqueTag('#tagfilter_value'); | ||
107 | </script> | ||
108 | </body> | 101 | </body> |
109 | </html> | 102 | </html> |