Add modal dialog for outdated remix

pull/1/head
Alex Beregszaszi 7 years ago
parent ad7edf216c
commit 333af53783
  1. 4
      src/app.js

@ -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)

Loading…
Cancel
Save