diff --git a/scipost/static/scipost/assets/js/scripts.js b/scipost/static/scipost/assets/js/scripts.js
index d3478c7210700de698ea232ae6c0ef3f30c63a50..62d164fb742284d5822e5663d37e7cab1e401187 100644
--- a/scipost/static/scipost/assets/js/scripts.js
+++ b/scipost/static/scipost/assets/js/scripts.js
@@ -87,6 +87,8 @@ $(function(){
                 .removeClass('active')
             $(self).parents('[data-target="active-list"] > li')
                 .addClass('active');
+
+            window.history.replaceState('scipost', document.title, url);
         });
     });
 });