Guest User

Untitled

a guest
Jul 15th, 2018
81
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.26 KB | None | 0 0
  1. window.onunload = function () {
  2. connection.send('closing connection');
  3. connection.onclose = function(){
  4. connection.send('<SET ID="ENABLE_SEND_DATA" STATE="0" /> ');
  5. console.log("Connection closed");
  6. };
  7. };
Add Comment
Please, Sign In to add comment