From 7c201573fb69095bf467185b41834847b1c843cd Mon Sep 17 00:00:00 2001 From: paweldomas Date: Fri, 13 Mar 2015 13:35:11 +0100 Subject: [PATCH] No need to manually focus Prezi URL input. --- modules/UI/prezi/Prezi.js | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/modules/UI/prezi/Prezi.js b/modules/UI/prezi/Prezi.js index b822a170c..b287f3da7 100644 --- a/modules/UI/prezi/Prezi.js +++ b/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); } }