No need to manually focus Prezi URL input.

pull/250/head
paweldomas 10 years ago
parent 581ffec5ed
commit 7c201573fb
  1. 5
      modules/UI/prezi/Prezi.js

@ -142,10 +142,7 @@ var Prezi = {
}
}
};
var focusPreziUrl = function(e) {
document.getElementById('preziUrl').focus();
};
messageHandler.openDialogWithStates(openPreziState, focusPreziUrl, focusPreziUrl);
messageHandler.openDialogWithStates(openPreziState);
}
}

Loading…
Cancel
Save