Skip to content

Instantly share code, notes, and snippets.

@jartes
Created March 8, 2018 11:13
Show Gist options
  • Save jartes/1b1860e71d9a773e18eeeab88f844c73 to your computer and use it in GitHub Desktop.
Save jartes/1b1860e71d9a773e18eeeab88f844c73 to your computer and use it in GitHub Desktop.
JS debugging
jQuery(document).ready(function($){
var debug = true;
if ( debug ) console.log('Init');
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment