No need to manually focus Prezi URL input.

This commit is contained in:
paweldomas
2015-03-13 15:07:53 +01:00
parent 581ffec5ed
commit 7c201573fb
+1 -4
View File
@@ -142,10 +142,7 @@ var Prezi = {
}
}
};
var focusPreziUrl = function(e) {
document.getElementById('preziUrl').focus();
};
messageHandler.openDialogWithStates(openPreziState, focusPreziUrl, focusPreziUrl);
messageHandler.openDialogWithStates(openPreziState);
}
}