always default to 0.8

pull/1/head
yann300 6 years ago committed by GitHub
parent 8fffadf4ab
commit ca7cbd3d5e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      index.html

@ -54,7 +54,7 @@
}
return params
}
const defaultVersion = window.location.hostname === 'remix.ethereum.org' ? '0.7.7' : '0.8.0'
const defaultVersion = '0.8.0'
let versionToLoad = urlParams().appVersion ? urlParams().appVersion : defaultVersion
let assets = {

Loading…
Cancel
Save