Skip to content

Commit

Permalink
EPG i18n fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
sofia-tsa committed Feb 10, 2023
1 parent 476ff9e commit a045937
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions frontend/hbbtv/epg/index.php
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@
<script type="text/javascript" src="../../configuration.js"></script>
<script type="text/javascript" src="../../dvbi-common.js"></script>
<script type="text/javascript" src="../../localstorage.js"></script>
<script type="text/javascript" src="../../i18n/i18n.js"></script>

<script type="text/javascript" language="javascript">
//<![CDATA[
Expand Down Expand Up @@ -50,8 +51,7 @@
var firstChannel = "";
var languages = null;
var supportedDrmSystems = ["9a04f079-9840-4286-ab92-e65be0885f95"];


var i18n = new I18n();

if(channelList){
if(typeof(channelList) == "string"){
Expand Down

0 comments on commit a045937

Please sign in to comment.