Commit 333af537 authored by Alex Beregszaszi's avatar Alex Beregszaszi

Add modal dialog for outdated remix

parent ad7edf21
...@@ -195,6 +195,10 @@ module.exports = App ...@@ -195,6 +195,10 @@ module.exports = App
function run () { function run () {
var self = this var self = this
modalDialogCustom.alert(`The Remix IDE has moved to https://remix.ethereum.org/.\n
This instance of Remix you are visiting WILL NOT BE UPDATED.\n
Please make a backup of your contracts and start using https://remix.ethereum.org/`)
// ----------------- Compiler ----------------- // ----------------- Compiler -----------------
var compiler = new Compiler((url, cb) => { var compiler = new Compiler((url, cb) => {
var provider = fileManager.fileProviderOf(url) var provider = fileManager.fileProviderOf(url)
......
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