Skip to content

Commit

Permalink
Update redis.cluster.js
Browse files Browse the repository at this point in the history
  • Loading branch information
yswenli committed Aug 26, 2019
1 parent c24c124 commit 1ec8cc4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions SAEA.WebRedisManager/wwwroot/Content/js/redis.cluster.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@
var tbody = "";

if (rdata.Data.length === 0) {
//$(".cluster-content").hide();
//return;
$(".cluster-content").hide();
return;
}

for (let item of rdata.Data) {
Expand Down

0 comments on commit 1ec8cc4

Please sign in to comment.