Bez popisu

jquery.post-setup.js 306B

12345678
  1. if (typeof dal_jquery_backup !== 'undefined') {
  2. // We made a backup of the original global jQuery before forcing it to our
  3. // yl.jQuery value. Now that select2 has been set up, we need to restore
  4. // our backup to its rightful place.
  5. jQuery = dal_jquery_backup;
  6. $ = dal_jquery_backup;
  7. }