Updating paths broken by refactoring, added temp debug button, updated production file index.
This commit is contained in:
@@ -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()
|
||||
})
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user