localize library changed messages per user

This commit is contained in:
Luke Pulverenti
2013-05-21 23:42:25 -04:00
parent 36aa7c2202
commit f57989af20
+3 -2
View File
@@ -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) {