Skip to content

Commit

Permalink
Improve details
Browse files Browse the repository at this point in the history
  • Loading branch information
ZhnZhn committed May 31, 2024
1 parent 22cbca3 commit 929286c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 31 deletions.

Large diffs are not rendered by default.

File renamed without changes.
32 changes: 2 additions & 30 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -25,36 +25,8 @@
}</script>

<link rel="icon" href="/css/favicon.png" sizes="32x32" type="image/png">
<base target="_blank">

<script>
'use strict';
;(function(){
var polyfill = {
add : function(path){
var js = document.createElement('script');
js.src = path;
document.head.appendChild(js);
return polyfill;
}
};
if (!Object.assign){
polyfill.add('lib/es6-shim.min.js')
.add('lib/es6-promise.min.js') ;
}
if (!window.fetch){
polyfill.add('lib/fetch.min.js')
}
if (!Array.isArray) {
Array.isArray = function(arg) {
return Object.prototype.toString.call(arg) === '[object Array]';
};
}
})()
</script>

<base target="_blank">
<link rel="stylesheet" href="css/app-eb8fe84be3.min.css">

</head>
<body>

Expand All @@ -76,7 +48,7 @@ <h1 class="noscript__caption">TA Chart</h1>
</noscript>
<!--googleon: snippet-->

<script src="app/app_770142747e5b17ef8348.js" defer></script>
<script src="app/app_622547db0599b6ec4660.js" defer></script>
<script src="app/lib_f88ebd10aaa540770c44.js" defer></script>

</body>
Expand Down

0 comments on commit 929286c

Please sign in to comment.