[gimp-web] themes: make the downloads→thanks redirection happen on dev…
- From: Jehan <jehanp src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gimp-web] themes: make the downloads→thanks redirection happen on dev…
- Date: Wed, 17 Nov 2021 13:54:02 +0000 (UTC)
commit ea36e7efd3ca37501ee4b17095da73ea11558474
Author: Jehan <jehan girinstud io>
Date: Wed Nov 17 14:53:10 2021 +0100
themes: make the downloads→thanks redirection happen on dev…
… and oldstable download pages.
themes/newgimp/templates/downloads-development.html | 1 +
themes/newgimp/templates/downloads-oldstable.html | 1 +
2 files changed, 2 insertions(+)
---
diff --git a/themes/newgimp/templates/downloads-development.html
b/themes/newgimp/templates/downloads-development.html
index ecd7d786..b403ae08 100644
--- a/themes/newgimp/templates/downloads-development.html
+++ b/themes/newgimp/templates/downloads-development.html
@@ -438,5 +438,6 @@
<script src='/js/platform.js'></script>
<script src='/js/platform-display.js'></script>
+ <script src='/js/downloads.js'></script>
{% endblock data %}
diff --git a/themes/newgimp/templates/downloads-oldstable.html
b/themes/newgimp/templates/downloads-oldstable.html
index 3356849b..e5cd733a 100644
--- a/themes/newgimp/templates/downloads-oldstable.html
+++ b/themes/newgimp/templates/downloads-oldstable.html
@@ -319,5 +319,6 @@
<script src='/js/platform.js'></script>
<script src='/js/platform-display.js'></script>
+ <script src='/js/downloads.js'></script>
{% endblock data %}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]