Code cleanup

This commit is contained in:
2018-11-11 14:29:06 +01:00
parent f263a0e466
commit 66d79db47e

View File

@@ -58,12 +58,12 @@ namespace VAR.Focus.Web.Pages
private void btnSave_Click(object sender, EventArgs e)
{
if (FormUtils.Controls_AreValid(Controls) == false) { return; }
Board board = Boards.Current.Boards_SetBoard(
_idBoard,
_txtTitle.Text,
_txtDescription.Text,
_txtDescription.GetClientsideHeight(),
_idBoard,
_txtTitle.Text,
_txtDescription.Text,
_txtDescription.GetClientsideHeight(),
CurrentUser.Name);
// FIXME: Notify User of "Save Succesfully"