Back button implementation in javascript web applictation not working

I have attempted to implement a back button that appears at the bottom of the screen in the left every time you click any button on the home screen. It does not load the previous page though when I utilize window.history.back().

Github