Explorar el Código

Remove tab has after logout

CauseFX hace 6 años
padre
commit
b0b44b4164
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      js/functions.js

+ 1 - 0
js/functions.js

@@ -446,6 +446,7 @@ function logout(){
         }
 		if(html.data == true){
             local('set','message','Goodbye|Logout Successful|success');
+            history.replaceState(null, null, ' ');
 			location.reload();
 		}else{
 			message('Logout Error',' An Error Occured',activeInfo.settings.notifications.position,'#FFF','warning','10000');