mirror of
https://code.equilibrium.co.ao/ITO/doneit-web.git
synced 2026-04-19 04:57:52 +00:00
save
This commit is contained in:
@@ -181,7 +181,7 @@ hideRefreshButton(){
|
||||
}
|
||||
openMessagesPage(rid) {
|
||||
this.idSelected = rid;
|
||||
if( window.innerWidth < 801){
|
||||
if( window.innerWidth < 701){
|
||||
this.openMessagesModal(rid);
|
||||
//this.router.navigate(['/home/chat/messages',rid,]);
|
||||
}
|
||||
@@ -196,7 +196,7 @@ hideRefreshButton(){
|
||||
console.log('OK');
|
||||
this.closeAllDesktopComponents();
|
||||
|
||||
if( window.innerWidth < 801){
|
||||
if( window.innerWidth < 701){
|
||||
this.selectContact();
|
||||
}
|
||||
else{
|
||||
|
||||
Reference in New Issue
Block a user