Updating paths broken by refactoring, added temp debug button, updated production file index.

This commit is contained in:
Daniel Scalzi
2017-08-27 03:49:03 -04:00
parent 700a5c50cf
commit 455f199457
5 changed files with 40 additions and 35 deletions

View File

@@ -5,8 +5,6 @@ const path = require('path')
const os = require('os');
const ag = require(path.join(__dirname, 'assets', 'js', 'assetguard.js'))
console.log($);
$(document).on('ready', function(){
console.log('okay');
})
@@ -33,6 +31,11 @@ document.onreadystatechange = function () {
window.minimize()
})
document.getElementById("test_btn").addEventListener('click', function(e){
console.log('testing')
testdownloads()
})
}
}