pull/1/head
yann300 7 years ago
parent 7141780e89
commit 6fc8f63c8f
  1. 2
      src/app.js
  2. 3
      test-browser/plugin/remix.js

@ -208,7 +208,7 @@ function run () {
var self = this
if (window.location.hostname === 'yann300.github.io') {
modalDialogCustom.alert(`This UNSTABLE ALPHA branch of Remix has been moved to http://ethereum.github.io/remix-live-alpha.`)
modalDialogCustom.alert('This UNSTABLE ALPHA branch of Remix has been moved to http://ethereum.github.io/remix-live-alpha.')
} else if (window.location.hostname === 'ethereum.github.io' &&
window.location.pathname.indexOf('/remix-live-alpha') === 0) {
modalDialogCustom.alert(`This instance of the Remix IDE is an UNSTABLE ALPHA branch.\n

@ -1,5 +1,4 @@
function receiveMessage (event) {
console.log('receiveMessage', event.data, event.source, event.origin)
document.getElementById('compilationdata').innerHTML += event.data + '<br>'
@ -31,5 +30,3 @@ window.onload = function () {
}), 'http://127.0.0.1:8080')
})
}

Loading…
Cancel
Save