Process JS files with gulp
This commit is contained in:
@@ -8,9 +8,6 @@
|
||||
*/
|
||||
|
||||
$(function() {
|
||||
|
||||
var MARK="img-hyperlink";
|
||||
|
||||
const MARK = "img-hyperlink";
|
||||
$("a:has(img)").addClass(MARK);
|
||||
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user