3
0
Fork 0
mirror of https://github.com/nanoy42/coope synced 2024-09-17 12:13:08 +00:00
coope/static/autocomplete_light/jquery.post-setup.js
2018-10-06 00:03:02 +02:00

7 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;
}