Commit aad0b894 authored by chriseth's avatar chriseth Committed by GitHub

Merge pull request #202 from ethereum/chriseth-patch-1

Correctly fall back to soljson-latest in the offline case.
parents 66fa2946 f090de69
......@@ -511,10 +511,10 @@ var run = function () {
latestRelease = release;
}
}
}
if (latestRelease === null) {
latestRelease = 'soljson-latest.js';
}
}
loadVersion(queryParams.get().version || latestRelease);
} else {
loadVersion('soljson.js');
......
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