mirror of
https://github.com/go-gitea/gitea
synced 2024-11-07 10:44:26 +00:00
6 lines
102 B
JavaScript
6 lines
102 B
JavaScript
|
import $ from 'jquery';
|
||
|
import 'jquery-migrate';
|
||
|
|
||
|
$.migrateMute = true;
|
||
|
window.$ = window.jQuery = $;
|