diff options
| author | Cqoicebordel <Cqoicebordel@users.noreply.github.com> | 2015-02-17 01:07:14 +0100 |
|---|---|---|
| committer | Cqoicebordel <Cqoicebordel@users.noreply.github.com> | 2015-02-17 01:07:14 +0100 |
| commit | e181041f11f612937299d440ccb090d3a78cf740 (patch) | |
| tree | 6cbd329785ac90ecec5787c1bc3bc0cae1afd733 /searx/templates/pix-art/base.html | |
| parent | d740e7384a95c6a7d80e5f492f4dd7edb312175e (diff) | |
Ajax loading + Tweaks of CSS
Diffstat (limited to 'searx/templates/pix-art/base.html')
| -rw-r--r-- | searx/templates/pix-art/base.html | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/searx/templates/pix-art/base.html b/searx/templates/pix-art/base.html index 2a3870e58..f98d617fb 100644 --- a/searx/templates/pix-art/base.html +++ b/searx/templates/pix-art/base.html @@ -14,6 +14,9 @@ {% block meta %}{% endblock %} {% block head %} {% endblock %} + <script type="text/javascript"> + var favicons = [[]]; + </script> </head> <body> <div id="container"> @@ -23,6 +26,9 @@ searx = {}; </script> <script src="{{ url_for('static', filename='js/searx.js') }}" ></script> + <script type="text/javascript"> + load_images(1); + </script> </div> </body> </html> |