Kaynağa Gözat

Clear linkAddress when user moves away from the page

dvemula 13 yıl önce
ebeveyn
işleme
925a06387e
1 değiştirilmiş dosya ile 1 ekleme ve 0 silme
  1. 1 0
      copylinkaddress.js

+ 1 - 0
copylinkaddress.js

@@ -31,5 +31,6 @@ $(function() {
         }
     });
 
+    // Clear linkAddress when user closes or moves away from the page
     window.onbeforeunload = clearLinkAddress();
 });