diff --git a/src/app.js b/src/app.js index 173990a012..ed24d0ef2b 100644 --- a/src/app.js +++ b/src/app.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 diff --git a/test-browser/plugin/remix.js b/test-browser/plugin/remix.js index 976cb1ae6f..5449df96f1 100644 --- a/test-browser/plugin/remix.js +++ b/test-browser/plugin/remix.js @@ -1,5 +1,4 @@ - function receiveMessage (event) { console.log('receiveMessage', event.data, event.source, event.origin) document.getElementById('compilationdata').innerHTML += event.data + '
' @@ -31,5 +30,3 @@ window.onload = function () { }), 'http://127.0.0.1:8080') }) } - -