From 32c533f3ff49ac1a2f2441fa54951e6f246525ee Mon Sep 17 00:00:00 2001 From: Mahdi Dibaiee Date: Sat, 6 Sep 2014 12:56:02 +0430 Subject: [PATCH] ! :| --- js/main.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; }