Răsfoiți Sursa

Clear linkAddress when user moves away from the page

dvemula 13 ani în urmă
părinte
comite
925a06387e
1 a modificat fișierele cu 1 adăugiri și 0 ștergeri
  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();
 });