This website works better with JavaScript.
code
.tokarch.uk
Explore
Help
Sign In
third_party
/
gitea
Watch
1
Star
0
Fork
You've already forked gitea
0
Code
Issues
Pull Requests
Packages
Projects
Releases
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.
13353
Commits
2
Branches
0
Tags
242 MiB
Tag:
Branch:
Tree:
f92b7a6331
tokarchuk/v1.17
tokarchuk/v1.18
Branches
Tags
${ item.name }
Create tag
${ searchTerm }
Create branch
${ searchTerm }
from 'f92b7a6331'
${ noResults }
gitea
/
web_src
/
js
/
jquery.js
4 lines
55 B
Raw
Normal View
History
Unescape
Escape
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.
5 years ago
import
$
from
'jquery'
;
window
.
$
=
window
.
jQuery
=
$
;