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

Correctly fall back to soljson-latest in the offline case.

parent bed1e27e
......@@ -506,9 +506,9 @@ var run = function () {
latestRelease = release;
}
}
if (latestRelease === null) {
latestRelease = 'soljson-latest.js';
}
}
if (latestRelease === null) {
latestRelease = 'soljson-latest.js';
}
loadVersion(queryParams.get().version || latestRelease);
} else {
......
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