Skip to content

Commit

Permalink
Merge pull request pallets-eco#1534 from dungmv56/patch-1
Browse files Browse the repository at this point in the history
rediscli: prevent form submit when execute command
  • Loading branch information
mrjoes authored Aug 30, 2017
2 parents 94d41f7 + b77b5f3 commit 58e9ea7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions flask_admin/static/admin/js/rediscli.js
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,7 @@ var RedisCli = function(postUrl) {
sendCommand(val);

$input.val('');
return false;
}

function onKeyPress(e) {
Expand Down

0 comments on commit 58e9ea7

Please sign in to comment.