File tree Expand file tree Collapse file tree 1 file changed +5
-9
lines changed
src/Server/OneTrueError.Web/Views/Shared Expand file tree Collapse file tree 1 file changed +5
-9
lines changed Original file line number Diff line number Diff line change 135135 </p >
136136 </footer >
137137 </div >
138- <script type =" text/javascript" >
139- @{
140-
141- }
142- var API_URL = ' @ViewBag.AppUrl' ;
143- var ROOT_URL = ' @Url.Content("~/")' ;
144- HttpClient .REDIRECT_401_TO = ROOT_URL + ' account/login' ;
145-
146- </script >
147138 @Scripts.Render( "~/bundles/jquery")
148139 <script src =" @Url.Content(" ~ /Scripts /raphael-min.js " )" ></script >
149140 <script src =" @Url.Content(" ~ /Scripts /morris.min.js " )" ></script >
152143 <script src =" @Url.Content(" ~ /Scripts /Promise.js " )" ></script >
153144 <script src =" @Url.Content(" ~ /Scripts /CqsClient.js " )" ></script >
154145 @Scripts.Render( "~/bundles/app")
146+ <script type =" text/javascript" >
147+ var API_URL = ' @ViewBag.AppUrl' ;
148+ var ROOT_URL = ' @Url.Content("~/")' ;
149+ Griffin .Net .HttpClient .REDIRECT_401_TO = ROOT_URL + ' account/login' ;
150+ </script >
155151 @RenderSection( "scripts", required: false)
156152 @RenderSection( "ViewModelScripts", required: false)
157153 @if (SessionUser .IsAuthenticated )
You can’t perform that action at this time.
0 commit comments