Skip to content
This repository has been archived by the owner on Jun 16, 2022. It is now read-only.

Commit

Permalink
Fixed indentation for #86
Browse files Browse the repository at this point in the history
  • Loading branch information
kipusoep committed Jul 6, 2015
1 parent c886a9f commit eab9ae0
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions UI/UserControls/AdvancedView.ascx.cs
Original file line number Diff line number Diff line change
Expand Up @@ -43,12 +43,12 @@ public void LoadView()
pnlRootNode.Visible = false;
}

if (ddlRootNode.Items.Count > 1)
{
ddlRootNode.SelectedValue = UrlTrackerModel.RedirectRootNodeId.ToString();
}
if (ddlRootNode.Items.Count > 1)
{
ddlRootNode.SelectedValue = UrlTrackerModel.RedirectRootNodeId.ToString();
}

if (!string.IsNullOrEmpty(UrlTrackerModel.OldRegex) && string.IsNullOrEmpty(UrlTrackerModel.OldUrl))
if (!string.IsNullOrEmpty(UrlTrackerModel.OldRegex) && string.IsNullOrEmpty(UrlTrackerModel.OldUrl))
{
tbOldRegex.Text = UrlTrackerModel.OldRegex;
}
Expand Down

0 comments on commit eab9ae0

Please sign in to comment.