Bug : Affichage des demandes de conges

This commit is contained in:
2026-04-30 13:28:53 +02:00
committed by Soriba SYLLA
parent 671072864d
commit 91bdd791f1
262 changed files with 0 additions and 44163 deletions

View File

@@ -1,8 +0,0 @@
/*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)};