Skip to content

Commit

Permalink
Use console.log instead of alert in content script
Browse files Browse the repository at this point in the history
  • Loading branch information
robin-drexler committed Jul 17, 2015
1 parent 81fad93 commit b4a7038
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion extension/js/content_script.js
@@ -1,3 +1,3 @@
$(function() {
alert('kkk');
console.log('Hello World');
});

0 comments on commit b4a7038

Please sign in to comment.