remove local jquery file and update to latest npm version
This commit is contained in:
@@ -1,5 +1,4 @@
|
||||
/* globals jQuery */
|
||||
const $ = jQuery;
|
||||
/* globals $ */
|
||||
const atags = document.querySelectorAll('a');
|
||||
Array.prototype.forEach.call(atags, function (aEle) {
|
||||
aEle.addEventListener('click', function (event) {
|
||||
|
||||
Reference in New Issue
Block a user