ikraamkb commited on
Commit
922f439
·
verified ·
1 Parent(s): 1d21eba

Update static/application.js

Browse files
Files changed (1) hide show
  1. static/application.js +4 -0
static/application.js CHANGED
@@ -184,4 +184,8 @@ document.addEventListener("DOMContentLoaded", () => {
184
  sendMessage();
185
  }
186
  });
 
 
 
 
187
  });
 
184
  sendMessage();
185
  }
186
  });
187
+ var backarrow = document.querySelector(".fa-arrow-left");
188
+ backarrow.addEventListener('click', function () {
189
+ window.location.href = '/';
190
+ });
191
  });