Uglyfy warnings

svn path=/Website/branches/v2019.1/; revision=41997
This commit is contained in:
Jos Groot Lipman
2019-04-08 12:30:39 +00:00
parent 4220154216
commit 89778671a8
2 changed files with 7 additions and 7 deletions

View File

@@ -1232,12 +1232,12 @@ var FcltMgr =
{ // FSN#25845
// Fix 'unspecified error' op document.activeElement in jQuery 1.9.1/IE 9
return;
var agent = navigator.userAgent;
if (agent.match(/MSIE 7\.0|MSIE 8\.0|MSIE 9\.0/))
{
try { document.documentElement.focus(); }
catch(e) {/* soms met IE8 op 'remembered' tabbladen */}
}
//var agent = navigator.userAgent;
//if (agent.match(/MSIE 7\.0|MSIE 8\.0|MSIE 9\.0/))
//{
// try { document.documentElement.focus(); }
// catch(e) {/* soms met IE8 op 'remembered' tabbladen */}
//}
},
mydialog: function (tekst, params)
{

View File

@@ -27,7 +27,7 @@ function addFile(inputEl, file, eagerUpload) {
if (flexval) {
fileSpan.append(
$('<input>', { type: 'hidden', 'class': 'icon icon-attachment filename readonly', name: flexval, readonly: 'readonly'} ).val(file.name),
$('<input>', { type: 'hidden', 'class': 'icon icon-attachment filename readonly', name: flexval, readonly: 'readonly'} ).val(file.name)
);
}
fileSpan.append(