diff --git a/plinth/modules/jsxc/templates/jsxc_launch.html b/plinth/modules/jsxc/templates/jsxc_launch.html index 4a8195444..171cc38a6 100644 --- a/plinth/modules/jsxc/templates/jsxc_launch.html +++ b/plinth/modules/jsxc/templates/jsxc_launch.html @@ -134,6 +134,12 @@ + + + diff --git a/plinth/templates/base.html b/plinth/templates/base.html index 3c6e528bc..f1ca72cc2 100644 --- a/plinth/templates/base.html +++ b/plinth/templates/base.html @@ -246,14 +246,13 @@ {% block app_js %}{% endblock %} diff --git a/plinth/templates/index.html b/plinth/templates/index.html index 906a4e5ce..f6882ac76 100644 --- a/plinth/templates/index.html +++ b/plinth/templates/index.html @@ -170,11 +170,4 @@ -
-

- - {% trans "JavaScript license information" %} -

-
- {% endblock %} diff --git a/static/themes/default/css/plinth.css b/static/themes/default/css/plinth.css index 4da0bcda6..65ce9bf66 100644 --- a/static/themes/default/css/plinth.css +++ b/static/themes/default/css/plinth.css @@ -161,12 +161,6 @@ body { /* Sticky footer styles -------------------------------------------------- */ -footer .license-info { - opacity: 0.5; - margin-right: 20px; - text-align: right; -} - .footer-logo { width: 140px; } @@ -211,10 +205,6 @@ footer { padding-top: 150px; } -footer license-info p { - margin: 20px 0; -} - .shortcut-label { min-height: 50px; }