🔍 Проверка JavaScript файлов

Файл: /bitrix/js/main/core/core.js

✓ Файл существует (543783 байт, 19019 строк)

Первые 10 строк:

1: /* eslint-disable */
2: ;(function() {
3: 
4: 	if (typeof window.BX === 'function')
5: 	{
6: 		return;
7: 	}
8: 
9: /**
10:  * Babel external helpers

Файл: /bitrix/js/main/core/core_ajax.js

✓ Файл существует (49843 байт, 2181 строк)

Первые 10 строк:

1: ;(function(window){
2: 
3: if (window.BX.ajax)
4: 	return;
5: 
6: var
7: 	BX = window.BX,
8: 
9: 	tempDefaultConfig = {},
10: 	defaultConfig = {

Файл: /bitrix/js/main/core/core_promise.js

✓ Файл существует (5221 байт, 264 строк)

Первые 10 строк:

1: ;(function(window)
2: {
3: 	/****************** ATTENTION *******************************
4: 	 * Please do not use Bitrix CoreJS in this class.
5: 	 * This class can be called on page without Bitrix Framework
6: 	*************************************************************/
7: 
8: 	if (!window.BX)
9: 	{
10: 		window.BX = {};

Файл: /bitrix/modules/mycompany.routerai/admin/js/routerai_admin.js

✓ Файл существует (62022 байт, 1232 строк)

Первые 10 строк:

1: /**
2:  * JavaScript для административной панели RouterAI
3:  */
4: 
5: (function() {
6:     'use strict';
7:     
8:     window.RouterAIAdmin = {
9:         /**
10:          * Логирование в консоль

Проверка содержимого:

Последние 10 строк:

1223:                 opacity: 1;
1224:             }
1225:             to {
1226:                 transform: translateX(400px);
1227:                 opacity: 0;
1228:             }
1229:         }
1230:     `;
1231:     document.head.appendChild(style);
1232: })();

Тест прямой загрузки через <script>

⏳ Загрузка...