about summary refs log tree commit diff stats
diff options
context:
space:
mode:
-rw-r--r--src/client.nim2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client.nim b/src/client.nim
index 16e30b00..42a60d60 100644
--- a/src/client.nim
+++ b/src/client.nim
@@ -191,7 +191,7 @@ proc loadUrl(client: Client, url: string, ctype = "") =
         client.gotoUrl("http://" & url, none(ClickAction), none(Url), true, true, ctype)
 
 proc reloadPage(client: Client) =
-  client.gotoUrl(client.buffer.location, none(ClickAction), none(Url), true, false, client.buffer.contenttype)
+  client.gotoUrl(client.buffer.location, none(ClickAction), none(Url), true, true, client.buffer.contenttype)
 
 proc changeLocation(client: Client) =
   let buffer = client.buffer