/
ITagada
/
InfoScreen
Обзор
Документация
Войти
/
ITagada
/
InfoScreen
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
static/admin/js/jquery.init.js
8 строк
347 B
Polovnikov Maksim
Build: Добавлен обработчик и скрипт второй страницы
09 июл 2024, 13:25
09 июл 2024, 13:25
0cf7e05
Код
Авторство
О чём код?
/*global jQuery:false*/ 'use strict'; /* Puts the included jQuery into our own namespace using noConflict and passing * it 'true'. This ensures that the included jQuery doesn't pollute the global * namespace (i.e. this preserves pre-existing values for both window.$ and * window.jQuery). */ window.django = {jQuery: jQuery.noConflict(true)};