forked from platypush/platypush
Using the Github link for the flag-icon.css instead of cloning the whole submodule
This commit is contained in:
parent
6ad997a239
commit
f3b50d0de1
3 changed files with 2 additions and 5 deletions
3
.gitmodules
vendored
3
.gitmodules
vendored
|
@ -1,9 +1,6 @@
|
||||||
[submodule "docs/wiki"]
|
[submodule "docs/wiki"]
|
||||||
path = docs/wiki
|
path = docs/wiki
|
||||||
url = https://github.com/BlackLight/platypush.wiki.git
|
url = https://github.com/BlackLight/platypush.wiki.git
|
||||||
[submodule "platypush/backend/http/static/flag-icons"]
|
|
||||||
path = platypush/backend/http/static/flag-icons
|
|
||||||
url = https://github.com/BlackLight/flag-icon-css.git
|
|
||||||
[submodule "platypush/plugins/gpio/sensor/ir/mlx90640/lib"]
|
[submodule "platypush/plugins/gpio/sensor/ir/mlx90640/lib"]
|
||||||
path = platypush/plugins/camera/ir/mlx90640/lib
|
path = platypush/plugins/camera/ir/mlx90640/lib
|
||||||
url = https://github.com/pimoroni/mlx90640-library
|
url = https://github.com/pimoroni/mlx90640-library
|
||||||
|
|
|
@ -1 +0,0 @@
|
||||||
Subproject commit c0465f4f9ddfee44ad601e906ab541ac0ca4c57d
|
|
|
@ -14,7 +14,8 @@
|
||||||
{% endif %}
|
{% endif %}
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
|
|
||||||
<link rel="stylesheet" href="{{ url_for('static', filename='flag-icons/css/flag-icon.css') }}">
|
<link rel="stylesheet" href="https://raw.githubusercontent.com/BlackLight/flag-icon-css/master/css/flag-icon.css"
|
||||||
|
integrity="sha384-mPYV5+yeuQTJewx1+Wrw69srZ+G3vhAUzyFk0FStD8ndXBy3bJcrc15p9XJr7OBn" crossorigin="anonymous">
|
||||||
|
|
||||||
<script type="text/x-template" id="tmpl-media">
|
<script type="text/x-template" id="tmpl-media">
|
||||||
<div class="plugin media-plugin">
|
<div class="plugin media-plugin">
|
||||||
|
|
Loading…
Reference in a new issue