diff --git a/index.js b/index.js index 54618b9..2cd3a68 100755 --- a/index.js +++ b/index.js @@ -1,10 +1,6 @@ /** * @author Gabriel */ -if ( typeof $ == "undefined" ) { - - $(function(){ - $('body').append("

jQuery Initialized

"); - }); - -} \ No newline at end of file +$(function(){ + $('body').append("

jQuery Initialized

"); +}); \ No newline at end of file