add static files
This commit is contained in:
parent
2de5a8030e
commit
70c09da9f8
336 changed files with 82322 additions and 0 deletions
7
static/autocomplete_light/jquery.post-setup.js
Normal file
7
static/autocomplete_light/jquery.post-setup.js
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
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;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue