freshworks/marketplace-sample-apps

[Enhancement] - Remove jQuery from timer_on_tap app

ravirajsubramanian opened this issue · 0 comments

Description of the enhancement:
The jQuery library has been imported and used in the Freshworks-Samples/Freshdesk/timer_on_tap app. Since jQuery is a heavy-lift for this simple application and jQuery is not safe-by-default, it can be removed altogether and replaced with Vanilla JavaScript and CSS wherever it is used.

For which Freshworks product?

  • Freshdesk
  • Freshchat
  • Freshsales
  • Freshservice
  • Freshcaller
  • Freshteam

Describe the solution you'd like

  • Remove jQuery imports from HTML file
  • Replace jQuery with Vanilla JavaScript and CSS