diff --git a/Learun.Framework.Ultimate V7/Learun.Application.Web/Areas/EvaluationTeach/Views/Eval_Main/Form.js b/Learun.Framework.Ultimate V7/Learun.Application.Web/Areas/EvaluationTeach/Views/Eval_Main/Form.js index 4e25ded70..51cd42534 100644 --- a/Learun.Framework.Ultimate V7/Learun.Application.Web/Areas/EvaluationTeach/Views/Eval_Main/Form.js +++ b/Learun.Framework.Ultimate V7/Learun.Application.Web/Areas/EvaluationTeach/Views/Eval_Main/Form.js @@ -20,7 +20,11 @@ var bootstrap = function ($, learun) { value: "value", text: "text" }); - $("#Semester").lrDataItemSelect({ code: 'Semester' }); + $('#Semester').lrselect({ + data: [{ text: "1", value: "1" }, { text: "2", value: "2" }], + text: "text", + value: "value" + }) }, initData: function () { if (!!keyValue) {