diff options
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 { |