This website works better with JavaScript.
Home
Explore
Help
Sign In
closed-social
/
gitea
Watch
3
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
0
Wiki
Activity
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
9262
Commits
2
Branches
178 MiB
Tree:
ca33a95778
for-closed-social
master
Branches
Tags
${ item.name }
Create branch
${ searchTerm }
from 'ca33a95778'
${ noResults }
gitea
/
web_src
/
js
/
jquery.js
5 lines
102 B
Raw
Normal View
History
move jquery and jquery-migrate to npm/webpack (#9813) Currently, this needs to be its own chunk because fomantic depends on jQuery being present. The next step is to move fomantic to webpack too after which we can combine the index,fomantic and jquery files into one. jquery-migrate is still neccessary because our ancient version of Dropzone seems to break without it. I imagine it can be removed after a Dropzone upgrade.
4 years ago
import
$
from
'jquery'
;
import
'jquery-migrate'
;
$
.
migrateMute
=
true
;
window
.
$
=
window
.
jQuery
=
$
;