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:
@@ -169,7 +169,7 @@ hideRefreshButton(){
|
||||
openGroupContactsPage(data){
|
||||
this.groupRoomId = data;
|
||||
this.closeAllDesktopComponents();
|
||||
if(window.innerWidth <= 1024){
|
||||
if(window.innerWidth < 801){
|
||||
|
||||
}
|
||||
else{
|
||||
@@ -177,7 +177,7 @@ hideRefreshButton(){
|
||||
}
|
||||
}
|
||||
openMessagesPage(rid) {
|
||||
if( window.innerWidth <= 1024){
|
||||
if( window.innerWidth < 801){
|
||||
this.openMessagesModal(rid);
|
||||
}
|
||||
else{
|
||||
@@ -191,7 +191,7 @@ hideRefreshButton(){
|
||||
console.log('OK');
|
||||
this.closeAllDesktopComponents();
|
||||
|
||||
if( window.innerWidth <= 1024){
|
||||
if( window.innerWidth < 801){
|
||||
this.selectContact();
|
||||
}
|
||||
else{
|
||||
@@ -200,7 +200,7 @@ hideRefreshButton(){
|
||||
}
|
||||
}
|
||||
openNewGroupPage() {
|
||||
if( window.innerWidth <= 1024){
|
||||
if( window.innerWidth < 801){
|
||||
this.newGroup();
|
||||
}
|
||||
else{
|
||||
@@ -210,7 +210,7 @@ hideRefreshButton(){
|
||||
}
|
||||
|
||||
openEditGroupPage(rid) {
|
||||
if( window.innerWidth <= 1024){
|
||||
if( window.innerWidth < 801){
|
||||
this.editGroup(rid);
|
||||
}
|
||||
else{
|
||||
@@ -222,7 +222,7 @@ hideRefreshButton(){
|
||||
openGroupMessagesPage(rid) {
|
||||
console.log(rid);
|
||||
|
||||
if( window.innerWidth <= 1024){
|
||||
if( window.innerWidth < 801){
|
||||
this.openGroupMessagesModal(rid);
|
||||
}
|
||||
else{
|
||||
|
||||
Reference in New Issue
Block a user