Skip to content

Commit 84e2a65

Browse files
committed
put jquery on global so transparency works
1 parent 64e1e50 commit 84e2a65

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

client/main.js

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
1+
const $ = require('jquery')
2+
window.jQuery = window.$ = $
3+
14
require('transparency')
25
require('select2')
36

4-
const $ = require('jquery')
57
const cookies = require('cookies-js')
68

79
const config = require('../config')

0 commit comments

Comments
 (0)