diff --git a/js/main.js b/js/main.js index 54f97dc..3e323d6 100644 --- a/js/main.js +++ b/js/main.js @@ -16,7 +16,7 @@ $('a').click(function(e) { var $this = $(this); if($this.hasClass('runaway')) { - $this.text('!بساز'); + $this.text('بساز!'); $run.removeClass('runaway'); return; }