mirror of
https://github.com/rembo10/headphones.git
synced 2026-07-10 11:04:02 +01:00
initial commit for the new interface. includes: html5 boilerplate with modernizr, datatables, base.html and index.html
This commit is contained in:
Executable
+9
@@ -0,0 +1,9 @@
|
||||
window.log = function(){
|
||||
log.history = log.history || [];
|
||||
log.history.push(arguments);
|
||||
arguments.callee = arguments.callee.caller;
|
||||
if(this.console) console.log( Array.prototype.slice.call(arguments) );
|
||||
};
|
||||
(function(b){function c(){}for(var d="assert,count,debug,dir,dirxml,error,exception,group,groupCollapsed,groupEnd,info,log,markTimeline,profile,profileEnd,time,timeEnd,trace,warn".split(","),a;a=d.pop();)b[a]=b[a]||c})(window.console=window.console||{});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user