Filled in version.json, added utility function.

This commit is contained in:
Daniel Scalzi
2017-05-18 13:03:25 -04:00
parent a3c9130d7a
commit bd503f71c8
3 changed files with 150 additions and 100 deletions

View File

@@ -39,7 +39,6 @@ $(document).on('ready', function(){
/* Open web links in the user's default browser. */
$(document).on('click', 'a[href^="http"]', function(event) {
event.preventDefault();
//ag._extractPackXZ(path.join(__dirname, '..', 'mcfiles', 'scala-continuations-library_2.11-1.0.2.jar.pack.xz'))
//testdownloads()
shell.openExternal(this.href)
});