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

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

parent bed1e27e
......@@ -506,10 +506,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