diff options
author | jake <jake@jakes-mail.top> | 2022-02-01 22:14:23 -0500 |
---|---|---|
committer | jake <jake@jakes-mail.top> | 2022-02-01 22:14:23 -0500 |
commit | df23c1659708acfe9866c2a7dafc51274cb7e26f (patch) | |
tree | 4913eb7b5d9a4d7fb52c945049e8cb91415857a4 /gmi.pl | |
parent | 0410446c5b540a12251f71c8d3f0c6affcedd0b9 (diff) |
forgot to add history with back()
Diffstat (limited to 'gmi.pl')
-rwxr-xr-x | gmi.pl | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -829,6 +829,7 @@ sub back { my @array = @doc; @doc = @cache; @cache = @array; + update_history( ["$current_url", "back"] ); display(); } else { |