summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjake <jake@jakes-mail.top>2022-02-01 22:14:23 -0500
committerjake <jake@jakes-mail.top>2022-02-01 22:14:23 -0500
commitdf23c1659708acfe9866c2a7dafc51274cb7e26f (patch)
tree4913eb7b5d9a4d7fb52c945049e8cb91415857a4
parent0410446c5b540a12251f71c8d3f0c6affcedd0b9 (diff)
forgot to add history with back()
-rwxr-xr-xgmi.pl1
1 files changed, 1 insertions, 0 deletions
diff --git a/gmi.pl b/gmi.pl
index bcf901a..f2402e5 100755
--- a/gmi.pl
+++ b/gmi.pl
@@ -829,6 +829,7 @@ sub back {
my @array = @doc;
@doc = @cache;
@cache = @array;
+ update_history( ["$current_url", "back"] );
display();
}
else {