microl44 / Julet

Website visualizing data from my watched movies, brought forward by the jul.
3 stars 1 forks source link

Remove dead code & change inappropriate variable names from index.js #104

Open microl44 opened 2 months ago

microl44 commented 2 months ago

Refactor index.js and remove commented code and change eventual unserious variable names to proper ones.

This includes old code blocks that are entirely commented out, functions never referenced and change variable names to serious ones. Example is the function CreateLoadingRows that has no code and is never references, and the variable called "jesus" in the openTable function.