Commit f9e95703 authored by Savorboard's avatar Savorboard

update NodePage.cshtml

parent 9b886583
...@@ -5,10 +5,10 @@ ...@@ -5,10 +5,10 @@
@inherits RazorPage @inherits RazorPage
@{ @{
Layout = new LayoutPage(Strings.NodePage_Title); Layout = new LayoutPage(Strings.NodePage_Title);
if (CurrentNodeId != null) //if (CurrentNodeId != null)
{ //{
Session.Set("cap_current_node",System.Text.Encoding.Default.GetBytes(CurrentNodeId)); // Session.Set("cap_current_node",System.Text.Encoding.Default.GetBytes(CurrentNodeId));
} //}
} }
<div class="row"> <div class="row">
<div class="col-md-12"> <div class="col-md-12">
......
...@@ -54,10 +54,10 @@ WriteLiteral("\r\n"); ...@@ -54,10 +54,10 @@ WriteLiteral("\r\n");
#line 6 "..\..\Dashboard\Pages\NodePage.cshtml" #line 6 "..\..\Dashboard\Pages\NodePage.cshtml"
Layout = new LayoutPage(Strings.NodePage_Title); Layout = new LayoutPage(Strings.NodePage_Title);
if (CurrentNodeId != null) //if (CurrentNodeId != null)
{ //{
Session.Set("cap_current_node",System.Text.Encoding.Default.GetBytes(CurrentNodeId)); // Session.Set("cap_current_node",System.Text.Encoding.Default.GetBytes(CurrentNodeId));
} //}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment