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:
parent
c7f610f489
commit
bb15952fc4
1 changed files with 1 additions and 1 deletions
|
|
@ -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>
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue