Merge pull request #2090 from ethereum/yann300-patch-50

Always default to 0.8
pull/3094/head
yann300 6 years ago committed by GitHub
commit 31e006a63f
  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