Skip to content

Rectified working of refresh button

Pranay Kumar Gupta requested to merge pranaykgupta/MindTheWord:refresh into master

closes: #356
Initially in generateStats() the data for learntWords, blacklist,userBlacklistedWords, userDefinedTranslations,savedTranslations,stats where not getting fetched from chrome local storage and thus latest values of these variables were not able to show up on the statistics page even after clicking on refresh button.
This Merge Request solves that problem.
A video of present functioning is attached below.
refresh.mkv

Merge request reports