You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I found the issue. Mozilla cached the old modify_log page (Chrome seems more aggressive at grabbing from the serer) . So, the main page was refreshed, such that the user got the new 0.4 version number in the upper left corner, but the modify_log page was still referencing the old cached version.
I guess we have a choice on to handle this or not. Two parts; because the main page is rarely refreshed and left open for long periods, have a javascript version that refreshes the main page. The second part could be to version javascript files to force browsers to reload the cached version of the javascript files.
Definitely this problem should be addressed. There are a couple of interesting solutions for this. I'll try recommended ones and implement the best one.
No description provided.
The text was updated successfully, but these errors were encountered: