No need to manually focus Prezi URL input.
This commit is contained in:
parent
581ffec5ed
commit
7c201573fb
|
@ -142,10 +142,7 @@ var Prezi = {
|
|||
}
|
||||
}
|
||||
};
|
||||
var focusPreziUrl = function(e) {
|
||||
document.getElementById('preziUrl').focus();
|
||||
};
|
||||
messageHandler.openDialogWithStates(openPreziState, focusPreziUrl, focusPreziUrl);
|
||||
messageHandler.openDialogWithStates(openPreziState);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue