Skip to content

Commit

Permalink
fixed databases reloading
Browse files Browse the repository at this point in the history
  • Loading branch information
TatianaBurek committed May 9, 2019
1 parent 5f20cf4 commit 5740244
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
7 changes: 6 additions & 1 deletion webapp/metviewer/js/metviewer_common.js
Original file line number Diff line number Diff line change
Expand Up @@ -6245,8 +6245,13 @@ function requestDBUpdate() {
},
success: function (data) {
categories = $(data).find("groups").find('group');
try {
$('#listdt').jqGrid('GridUnload');
}
catch(err) {

}

$('#listdt').jqGrid('GridUnload');
initPage();
}
});
Expand Down
2 changes: 1 addition & 1 deletion webapp/metviewer/js/metviewer_common.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 5740244

Please sign in to comment.