/
fedotoff
/
servit_prev
Обзор
Документация
Войти
/
fedotoff
/
servit_prev
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
CI/CD
Аналитика
Безопасность
master
static/admin/js/jquery.init.js
8 строк
363 B
fedotoff
init Gitverse repo
20 окт 2025, 12:59
20 окт 2025, 12:59
06f2e8a
Код
Авторство
О чём код?
/*global django:true, jQuery:false*/ /* 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). */ var django = django || {}; django.jQuery = jQuery.noConflict(true);