fix image stretching in web client

This commit is contained in:
Luke Pulverenti 2014-01-22 19:39:26 -05:00
parent 2246bd8165
commit b6992659d1
2 changed files with 4 additions and 8 deletions

View file

@ -307,10 +307,8 @@
if (result.TotalRecordCount) {
$('.btnClearLog', page).show();
$('.legend', page).show();
} else {
$('.btnClearLog', page).hide();
$('.legend', page).hide();
}
}