diff --git a/js/functions.js b/js/functions.js index f577849ca0..6953668323 100644 --- a/js/functions.js +++ b/js/functions.js @@ -3838,6 +3838,11 @@ AJAX.registerOnload('functions.js', function () { $('#createViewDialog').find('input, select').live('keydown', function (e) { if (e.which === 13) { // 13 is the ENTER key e.preventDefault(); + + // with preventing default, selection by