Sets selected field according to current user langage

This commit is contained in:
Nicolas Le Goff
2013-10-25 16:43:23 +02:00
parent cb5e4cbdbd
commit ae653edad0
3 changed files with 3 additions and 1 deletions

View File

@@ -31,6 +31,7 @@ define([
$leftBlock : $(".left-block", this.$bottom),
$rightBlock : $(".right-block", this.$bottom),
fieldsToDelete : [],
lng : window.p4.lng || "en",
resizeListBlock: function () {
var listBlock = $(".list-block", AdminFieldApp.$leftBlock);
listBlock.height(AdminFieldApp.$window.height() - listBlock.offset().top - 10);