mirror of
https://github.com/seigler/Dash-price-widget
synced 2025-07-27 08:06:09 +00:00
improved appearance
This commit is contained in:
parent
8cf456f7aa
commit
e203d61a7f
6 changed files with 124 additions and 44 deletions
|
@ -1,10 +1,6 @@
|
|||
(function () {
|
||||
"use strict";
|
||||
|
||||
/*jshint ignore:start*/
|
||||
window.JSON || document.write('<scr' + 'ipt src="//cdnjs.cloudflare.com/ajax/libs/json3/3.2.4/json3.min.js"><\/scr' + 'ipt>');
|
||||
/*jshint ignore:end*/
|
||||
|
||||
function fetchJSONFile(path, callback) {
|
||||
var httpRequest = (window.XMLHttpRequest) ? new XMLHttpRequest() : new ActiveXObject("Microsoft.XMLHTTP");
|
||||
httpRequest.onreadystatechange = function () {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue