3 lines
87 B
JavaScript
3 lines
87 B
JavaScript
|
if (typeof window !== "undefined") {
|
||
|
window.$ = window.jQuery = require('jquery')
|
||
|
}
|