Update skin.js

This commit is contained in:
Andrew Bauer 2020-08-09 17:43:39 -05:00 committed by GitHub
parent 9a03a2c7d4
commit 42fe024681
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -662,6 +662,6 @@ function reminderClickFunction() {
$j("#dropdown_reminder a").click(function() {
var option = $j(this).data('pdsa-dropdown-val');
$j.getJSON(thisUrl + '?view=version&action=version&option=' + option);
window.location.reload(true); //Do a full refresh to update ZM_DYN_LAST_VERSION
window.location.reload(true); //Do a full refresh to update ZM_DYN_LAST_VERSION
});
}