Unverified Commit 21278fbd authored by yann300's avatar yann300 Committed by GitHub

Merge pull request #1159 from Lursun/master

Update app.js
parents 62ae88ec baff424c
......@@ -227,6 +227,10 @@ Please make a backup of your contracts and start using http://remix.ethereum.org
if (window.location.protocol.indexOf('https') === 0) {
toolTip('You are using an `https` connection. Please switch to `http` if you are using Remix against an `http Web3 provider` or allow Mixed Content in your browser.')
}
// Oops! Accidentally trigger refresh or bookmark.
window.onbeforeunload = function () {
return 'Are you sure you want to leave?'
}
function importExternal (url, cb) {
handleImports.import(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