Removing old and deprecated assets in preparation for the new design.

This commit is contained in:
Daniel Scalzi
2017-08-26 14:43:24 -04:00
parent 4a8bffe8f6
commit 6a44694a32
18 changed files with 85 additions and 1155 deletions

View File

@@ -26,7 +26,7 @@ $(document).on('ready', function(){
$(this).parent().toggleClass("success")
}
})
console.log = function(){
/*console.log = function(){
$('#launcher-log').append(timestamp() + ' [Log] - ' + Array.prototype.slice.call(arguments).join(' ') + os.EOL)
}
console.error = function(){
@@ -36,7 +36,7 @@ $(document).on('ready', function(){
$('#launcher-log').append('<span class="log_debug">' + timestamp() + ' [Error] - ' + Array.prototype.slice.call(arguments).join(' ') + "</span>" + os.EOL)
}
console.log('test')
console.debug('test')
console.debug('test')*/
})
/* Open web links in the user's default browser. */