Process JS files with gulp

This commit is contained in:
Cotes Chung
2021-01-23 15:07:18 +08:00
parent 0e9104a58f
commit da9f7b8218
37 changed files with 380 additions and 326 deletions

View File

@@ -8,9 +8,6 @@
*/
$(function() {
var MARK="img-hyperlink";
const MARK = "img-hyperlink";
$("a:has(img)").addClass(MARK);
});