Simplify po.js inclusion

There is no need to jump between directories and even invoke a glob --
the po.<LANG>.js files are right next to index.js.
This commit is contained in:
Martin Pitt 2020-12-26 08:29:01 +01:00 committed by Matej Marusak
parent c7f610f489
commit bb15952fc4

View file

@ -25,7 +25,7 @@ along with this package; If not, see <http://www.gnu.org/licenses/>.
<link rel="stylesheet" href="index.css">
<script type="text/javascript" src="../base1/cockpit.js"></script>
<script type="text/javascript" src="../*/po.js"></script>
<script type="text/javascript" src="po.js"></script>
<script type="text/javascript" src="index.js"></script>
</head>