This commit is contained in:
Mahdi Dibaiee 2014-09-06 12:56:02 +04:30
parent 1d08adab6a
commit 32c533f3ff

View File

@ -16,7 +16,7 @@ $('a').click(function(e) {
var $this = $(this);
if($this.hasClass('runaway')) {
$this.text('!بساز');
$this.text('بساز!');
$run.removeClass('runaway');
return;
}