QuantumLearner commited on
Commit
e89990c
·
verified ·
1 Parent(s): 678b74d

Update public/custom.js

Browse files
Files changed (1) hide show
  1. 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.');