Skip to content

Commit

Permalink
Update code task
Browse files Browse the repository at this point in the history
  • Loading branch information
roman-yagodin committed Jul 25, 2016
1 parent e9470f6 commit a48ef92
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R7.University.Employee/ViewEmployeeDetails.ascx.cs
Original file line number Diff line number Diff line change
Expand Up @@ -294,7 +294,7 @@ protected override void OnLoad (EventArgs e)
/// </summary>
protected void ReloadPage ()
{
// TODO: Move to extension methods
// REVIEW: Move to extension methods?
Response.Redirect (Globals.NavigateURL (), false);
Context.ApplicationInstance.CompleteRequest ();
}
Expand Down

0 comments on commit a48ef92

Please sign in to comment.