localize library changed messages per user
This commit is contained in:
@@ -256,7 +256,7 @@
|
||||
if (next) {
|
||||
next.focus();
|
||||
}
|
||||
|
||||
return false;
|
||||
}
|
||||
|
||||
// Up
|
||||
@@ -269,7 +269,7 @@
|
||||
} else {
|
||||
$('#txtSearch', parentElem)[0].focus();
|
||||
}
|
||||
|
||||
return false;
|
||||
}
|
||||
});
|
||||
|
||||
@@ -284,6 +284,7 @@
|
||||
first.focus();
|
||||
}
|
||||
|
||||
return false;
|
||||
}
|
||||
|
||||
}).on("keyup", function (e) {
|
||||
|
||||
Reference in New Issue
Block a user