ubyssey / ubyssey.ca

The code that powers www.ubyssey.ca
GNU General Public License v2.0
36 stars 41 forks source link

Commented unused methods so they are not unnessecarily parsed especia… #1500

Closed Nishim12 closed 3 months ago

Nishim12 commented 3 months ago

I essentially commented out the unused JavaScript methods and variables in our code by determining if any method is even calling the methods and if that method is not being called by anyone then I commented it.