X
X
xaseros2014-07-28 03:06:08
JavaScript
xaseros, 2014-07-28 03:06:08

Why is the word "minutes" not displayed in the modal window (alert) in Chrome?

Hello.
Some kind of mystic!
I'm trying to execute simple JavaScript code

alert("Ваш заказ принят, спасибо!\n Мы свяжемся с вами в течение 30-ти минут \n (в рабочее время МСК 9:00—18:00 ПН—ПТ)\n для согласования доставки.");

The window is shown, the text is there. BUT. The word "minutes" is missing from the text. That is, it is simply written
Ваш заказ принят, спасибо!
Мы свяжемся с вами в течение 30-ти 
(в рабочее время МСК 9:00—18:00 ПН—ПТ)
для согласования доставки.

Some wonderful miracle. Moreover, this only happens in Chrome (my version is 36.0.1985.125 Ubuntu),
and any words like "minuk" or "minu" or "minuktsuuky" display normally. Is it some kind of forbidden word?
You can try it in your console.
d70b58bba7c74e21ad225ca246a5127a.png
How to trust the world, after all this?

Answer the question

In order to leave comments, you need to log in

5 answer(s)
M
Maxim Vasiliev, 2014-07-28
@xaseros

Remove the space before the \n
I don't know why.

I
Ivan, 2014-07-28
@0neS

It's strange, everything is ok with me
Maybe some addition in chrome is weird? For example, some kind of "antimat"?

A
Artur Smirnov, 2014-07-28
@artursmirnov

Weird. I have full text. Chromium 34.0.1847.116 Built on Ubuntu 12.04, running on elementary OS 0.2

P
Pavel Myshkin, 2014-07-28
@Pazys

Chrome normal, from Google, version 35.0.1916.114 / Mac OS 10.9.4

Your order has been received, thank you!
We will contact you within 30 minutes
(during working hours MSK 9:00-18:00 Mon-Fri)
to coordinate the delivery.

A
abdabs, 2014-07-28
@abdabs

I have the same problem and other words after "30" are not displayed.
Chromium Version 35.0.1916.153 Built on Debian 7.5, running on Debian 7.6 (274914)

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question