Skip to content

Commit

Permalink
edit btn disable on pass enter
Browse files Browse the repository at this point in the history
  • Loading branch information
daniel villaseca committed Nov 1, 2018
1 parent 4dec154 commit c26996c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions popup.js
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,7 @@ function processCoordinates(data, tabId) {
function passEnter(callback) {
let main = document.getElementById('main');
let pass = document.createElement('input');
document.getElementById('edit').style.display = 'none';
document.body.style.height = '163px';
pass.autofocus = true;
btn = document.createElement('button');
Expand Down

0 comments on commit c26996c

Please sign in to comment.