mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-08-07 17:49:17 +00:00
Merged V3.1 to HEAD
13867: Fix for ETHREEOH-986 - long names in Explorer details view show correct width in FF browser 13869: Fixes for ETHREEOH-1387 and ETHREEOH-1390 13872: Fix for issue where custom-web-framework-application-context should be optional in the web.xml for web-framework project. 13909: Fix for ETHREEOH-1684 13910: Fix for ETHREEOH-1266 14015: Fixes for ETHREEOH-1864 and ETHREEOH-1840 git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@14020 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
@@ -209,7 +209,7 @@ function onlyDigits(e)
|
||||
var keychar = String.fromCharCode(keycode);
|
||||
var numcheck = /\d/;
|
||||
var dialogForm = $('dialog');
|
||||
if (dialogForm && keyCode == 13)
|
||||
if (dialogForm && keycode == 13)
|
||||
{
|
||||
dialogForm.setProperty('onsubmit', 'return false;');
|
||||
}
|
||||
|
Reference in New Issue
Block a user