Spaces:
Sleeping
Sleeping
Update public/custom.js
Browse files- public/custom.js +2 -2
public/custom.js
CHANGED
|
@@ -13,8 +13,8 @@ document.addEventListener('DOMContentLoaded', function () {
|
|
| 13 |
});
|
| 14 |
|
| 15 |
// Optionally disable pointer events for all links (comment this out if not needed)
|
| 16 |
-
link.style.pointerEvents = 'none';
|
| 17 |
-
link.style.cursor = 'default';
|
| 18 |
});
|
| 19 |
|
| 20 |
//console.log('Custom JS applied: URL hover behavior modified.');
|
|
|
|
| 13 |
});
|
| 14 |
|
| 15 |
// Optionally disable pointer events for all links (comment this out if not needed)
|
| 16 |
+
// link.style.pointerEvents = 'none';
|
| 17 |
+
// link.style.cursor = 'default';
|
| 18 |
});
|
| 19 |
|
| 20 |
//console.log('Custom JS applied: URL hover behavior modified.');
|