From 82a5ca296bb6b4fe000b46af187fb41282e6bd62 Mon Sep 17 00:00:00 2001 From: Michael Date: Sun, 26 Feb 2017 15:57:04 -0500 Subject: Increase shiftletters payout (and shiftnet sub stuff) --- ShiftOS.WinForms/Applications/Shiftnet.cs | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'ShiftOS.WinForms/Applications/Shiftnet.cs') diff --git a/ShiftOS.WinForms/Applications/Shiftnet.cs b/ShiftOS.WinForms/Applications/Shiftnet.cs index af0e6ad..3da7d6a 100644 --- a/ShiftOS.WinForms/Applications/Shiftnet.cs +++ b/ShiftOS.WinForms/Applications/Shiftnet.cs @@ -104,7 +104,10 @@ namespace ShiftOS.WinForms.Applications "; string body = CommonMark.CommonMarkConverter.Convert(markdown); - + for(int i = 0; i <= Encoding.UTF8.GetBytes(body).Length; i += DownloadManager.GetDownloadSpeed()) + { + //halt the page load until 'download' finishes. + } html = html.Replace("", body); return html; } -- cgit v1.2.3