Update del_ad.html
Browse files- del_ad.html +4 -4
    	
        del_ad.html
    CHANGED
    
    | @@ -67,7 +67,7 @@ | |
| 67 | 
             
                            text: "Пожалуйста заполните все поля!",
         | 
| 68 | 
             
                            duration: 3000,
         | 
| 69 | 
             
                            gravity: "top",
         | 
| 70 | 
            -
                            position: " | 
| 71 | 
             
                            backgroundColor: "#fc0303",
         | 
| 72 | 
             
                        }).showToast();              
         | 
| 73 | 
             
                            return;
         | 
| @@ -103,7 +103,7 @@ | |
| 103 | 
             
                            text: "Пользователь должен быть в группе!",
         | 
| 104 | 
             
                            duration: 3000,
         | 
| 105 | 
             
                            gravity: "top",
         | 
| 106 | 
            -
                            position: " | 
| 107 | 
             
                            backgroundColor: "#fc0303",
         | 
| 108 | 
             
                        }).showToast();                   
         | 
| 109 | 
             
                            } else {
         | 
| @@ -112,8 +112,8 @@ | |
| 112 | 
             
                            text: "Администратор удалён!",
         | 
| 113 | 
             
                            duration: 3000,
         | 
| 114 | 
             
                            gravity: "top",
         | 
| 115 | 
            -
                            position: " | 
| 116 | 
            -
                            backgroundColor: "# | 
| 117 | 
             
                        }).showToast(); 
         | 
| 118 | 
             
                            }
         | 
| 119 | 
             
                        } catch (error) {
         | 
|  | |
| 67 | 
             
                            text: "Пожалуйста заполните все поля!",
         | 
| 68 | 
             
                            duration: 3000,
         | 
| 69 | 
             
                            gravity: "top",
         | 
| 70 | 
            +
                            position: "right",
         | 
| 71 | 
             
                            backgroundColor: "#fc0303",
         | 
| 72 | 
             
                        }).showToast();              
         | 
| 73 | 
             
                            return;
         | 
|  | |
| 103 | 
             
                            text: "Пользователь должен быть в группе!",
         | 
| 104 | 
             
                            duration: 3000,
         | 
| 105 | 
             
                            gravity: "top",
         | 
| 106 | 
            +
                            position: "right",
         | 
| 107 | 
             
                            backgroundColor: "#fc0303",
         | 
| 108 | 
             
                        }).showToast();                   
         | 
| 109 | 
             
                            } else {
         | 
|  | |
| 112 | 
             
                            text: "Администратор удалён!",
         | 
| 113 | 
             
                            duration: 3000,
         | 
| 114 | 
             
                            gravity: "top",
         | 
| 115 | 
            +
                            position: "right",
         | 
| 116 | 
            +
                            backgroundColor: "#05b334",
         | 
| 117 | 
             
                        }).showToast(); 
         | 
| 118 | 
             
                            }
         | 
| 119 | 
             
                        } catch (error) {
         |