diff --git a/feedback.js b/feedback.js index 3a53e79..05d8d8e 100644 --- a/feedback.js +++ b/feedback.js @@ -58,7 +58,7 @@ function warnMarker(e,css) { var cursorY = p.y console.log('WARN',cursorX,cursorY); - o = $('
!
'); + o = $('
'); $( "body" ).append( o ); $(o).fadeOut(5000); }