No need to manually focus Prezi URL input.

This commit is contained in:
paweldomas 2015-03-13 13:35:11 +01:00
parent 581ffec5ed
commit 7c201573fb
1 changed files with 1 additions and 4 deletions

View File

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