|
|
|
@ -9,6 +9,16 @@
|
|
|
|
|
|
|
|
|
|
<!-- The line below must be kept intact for Sencha Cmd to build your application --> |
|
|
|
|
<script id="microloader" type="text/javascript" src="bootstrap.js"></script> |
|
|
|
|
<!--- Tooltip player --> |
|
|
|
|
<script type='text/javascript'> |
|
|
|
|
(function(d, s){ |
|
|
|
|
var t = d.createElement(s), e = d.getElementsByTagName(s)[0]; |
|
|
|
|
t.type = "text/javascript"; e.parentNode.insertBefore(t, e); |
|
|
|
|
t.async = "async"; |
|
|
|
|
t.src = "https://cdn.tooltip.io/static/player.js?apiKey=sEF8shc4KSuqtHMx0ztmTFdcrQO0cAVpszZ9Y8hLfQ2"; |
|
|
|
|
})(document, "script"); |
|
|
|
|
</script> |
|
|
|
|
<!--- Tooltip player --> |
|
|
|
|
</head> |
|
|
|
|
<body> |
|
|
|
|
<div id="spinner" class='uil-ring-css' style='transform:scale(1);'><div></div></div> |
|
|
|
|