1
0
mirror of https://github.com/bigchaindb/site.git synced 2024-11-22 01:36:55 +01:00

remove fetch polyfill

This commit is contained in:
Matthias Kretschmann 2018-04-10 15:47:30 +02:00
parent 5dad5ffa59
commit d4e6328596
Signed by: m
GPG Key ID: 606EEEF3C479A91F
3 changed files with 1 additions and 7 deletions

View File

@ -1,6 +1,3 @@
//include whatwg-fetch/fetch.js
document.addEventListener('DOMContentLoaded', function() { document.addEventListener('DOMContentLoaded', function() {
const url = 'https://bigchaindb-github.now.sh' const url = 'https://bigchaindb-github.now.sh'

View File

@ -1,5 +1,3 @@
//require whatwg-fetch/fetch.js
document.addEventListener('DOMContentLoaded', function() { document.addEventListener('DOMContentLoaded', function() {
const url = 'https://bigchaindb-meetups.now.sh' const url = 'https://bigchaindb-meetups.now.sh'

View File

@ -39,8 +39,7 @@
"smooth-scroll": "^12.1.5", "smooth-scroll": "^12.1.5",
"svg4everybody": "^2.1.9", "svg4everybody": "^2.1.9",
"textarea-autogrow": "^1.0.0", "textarea-autogrow": "^1.0.0",
"vivus": "^0.4.3", "vivus": "^0.4.3"
"whatwg-fetch": "^2.0.4"
}, },
"devDependencies": { "devDependencies": {
"acorn": "^5.5.3", "acorn": "^5.5.3",