3
0
Fork 0
mirror of https://github.com/nanoy42/coope synced 2024-09-19 12:43:08 +00:00
coope/static/autocomplete_light/jquery.post-setup.js

8 lines
306 B
JavaScript
Raw Normal View History

2018-10-05 22:03:02 +00:00
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;
}