This website requires JavaScript.
Explore
Help
Sign In
root
/
grafana
mirror of
https://github.com/grafana/grafana.git
Watch
1
Star
0
Fork
You've already forked grafana
0
Code
Issues
Actions
21
Packages
Projects
Releases
Wiki
Activity
docs/dashboard-migration-guide
grafana
/
public
/
test
/
global-jquery-shim.ts
5 lines
85 B
TypeScript
Raw
Permalink
Blame
History
import
$
from
'jquery'
;
const
global
=
window
as
any
;
global
.
$
=
global
.
jQuery
=
$
;
Reference in New Issue
View Git Blame
Copy Permalink