Joined January 2016
·

Ajit

Pune
·
·

try this

$(window).bind("pageshow", function(event) {
if (event.originalEvent.persisted) {
location.reload();
}
});

Achievements
1 Karma
0 Total ProTip Views