You are on page 1of 2

js/socle/constants.

js
js/socle/session.js
js/socle/utils.js
js/socle/utilsDb.js
js/socle/isdbt.js
js/socle/volume.js
js/ClassMenuSagem.js
js/socle/fileSystemUtils.js
<!-- STB keys -->
stbKeyCode.js
js/socle/stbKeyCodeViaccess.js
js/socle/stbFluxVideo.js
js/socle/dateUtils.js
js/socle/stbAPI.js
js/socle/eit.js
js/socle/constants.js
js/infoBannerOption.js
js/ClassChannelListFullScreen.js
js/socle/ClassTS.js
js/socle/sagemEventViaccess.js
js/socle/jsx.js
js/hls/jssha256.js
js/hls/hlsWs.js
js/socle/VirtualKeyboard.js
js/socle/subMenuUI.js
js/socle/wifi.js
js/socle/firstInstall.js
js/manageMenu.js
js/fullScreen.js
js/ClassFavList.js
js/ClassAudio.js

<!--CSS del fullscreen-->


css/error.css
css/virtualKeyboard.css
css/global.css
css/fullScreen.css
<!-- css del index -->
css/index.css
<!--index al cargar -->
<script type="text/javascript">
window.onload = init;
function init()
{
top.switchScreens("fullScreen.html");
}
</script>
<!--fullscreen al cargar -->
<script>

var CURRENT_GLOBAL_LANGUAGE ;
function loadLanguage(){
CURRENT_GLOBAL_LANGUAGE = getCurrentLanguage();
include("js/i18n/" + CURRENT_GLOBAL_LANGUAGE + ".js");
}
loadLanguage();
getOneSegState();
</script>

You might also like