Unverified Commit ca7cbd3d authored by yann300's avatar yann300 Committed by GitHub

always default to 0.8

parent 8fffadf4
......@@ -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 = {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment