mirror of
https://github.com/nanoy42/coope
synced 2024-10-31 23:22:50 +00:00
8 lines
306 B
JavaScript
8 lines
306 B
JavaScript
|
if (typeof dal_jquery_backup !== 'undefined') {
|
||
|
// We made a backup of the original global jQuery before forcing it to our
|
||
|
// yl.jQuery value. Now that select2 has been set up, we need to restore
|
||
|
// our backup to its rightful place.
|
||
|
jQuery = dal_jquery_backup;
|
||
|
$ = dal_jquery_backup;
|
||
|
}
|