Skip to content

Commit

Permalink
Update web view URL to use the new endpoint.
Browse files Browse the repository at this point in the history
  • Loading branch information
xesf committed Jun 25, 2017
1 parent 5da75b1 commit c35ed71
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/win10/MainPage.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,5 @@
xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"
mc:Ignorable="d" Loaded="Page_Loaded">

<WebView Name="_webView" Source="http://adri42.bitbucket.org/lba2/" ScrollViewer.HorizontalScrollMode="Disabled" ScrollViewer.VerticalScrollMode="Disabled" PermissionRequested="_webView_PermissionRequested" ScrollViewer.VerticalScrollBarVisibility="Hidden" ScrollViewer.HorizontalScrollBarVisibility="Hidden" />
<WebView Name="_webView" Source="http://lba2remake.xesf.net/" ScrollViewer.HorizontalScrollMode="Disabled" ScrollViewer.VerticalScrollMode="Disabled" PermissionRequested="_webView_PermissionRequested" ScrollViewer.VerticalScrollBarVisibility="Hidden" ScrollViewer.HorizontalScrollBarVisibility="Hidden" />
</Page>

0 comments on commit c35ed71

Please sign in to comment.