Frédérik Paradis 14 лет назад
Родитель
Сommit
7cb345001a
1 измененных файлов с 4 добавлено и 0 удалено
  1. 4 0
      js/zerobin.js

+ 4 - 0
js/zerobin.js

@@ -328,6 +328,10 @@ function stateExistingPaste() {
  */
 function clonePaste() {
     stateNewPaste();
+    
+    //Erase the id and the key in url
+    history.replaceState(document.title, document.title, scriptLocation());
+    
     showStatus('');
     $('textarea#message').text($('div#cleartext').text());
 }