Commit 58e9ea7a authored by Serge S. Koval's avatar Serge S. Koval Committed by GitHub

Merge pull request #1534 from dungmv56/patch-1

rediscli: prevent form submit when execute command
parents 94d41f7c b77b5f37
......@@ -79,6 +79,7 @@ var RedisCli = function(postUrl) {
sendCommand(val);
$input.val('');
return false;
}
function onKeyPress(e) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment