Uglyfy warnings
svn path=/Website/branches/v2019.1/; revision=41997
This commit is contained in:
@@ -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)
|
||||
{
|
||||
|
||||
@@ -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(
|
||||
|
||||
Reference in New Issue
Block a user