From 45d9ff4961214c8c935a0bc6c9e74b5f6b915139 Mon Sep 17 00:00:00 2001 From: Anton Date: Sat, 9 Jun 2018 16:10:30 +0300 Subject: [PATCH] Update make-it-perfect.js MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ться-тся --- make-it-perfect.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/make-it-perfect.js b/make-it-perfect.js index 61da67c..69c10f2 100644 --- a/make-it-perfect.js +++ b/make-it-perfect.js @@ -15,7 +15,7 @@ var makePerfect = function(){ $('#progress').css({ width: "0%" }); persentage = 0; progress(); - $('#action p').html('Подождите. Делаеться пиздато.'); + $('#action p').html('Подождите. Делается пиздато.'); $('#progress').animate({ width: fink+"%" }, 10000 ); $('#progress').fadeTo(100, 0.35, function(){ persentage = fink; @@ -32,4 +32,4 @@ var makePerfect = function(){ $(document).ready(function(){ $('#do-it').click(makePerfect); -}); \ No newline at end of file +});