Update se_mes_im2.html
Browse files- se_mes_im2.html +1 -1
    	
        se_mes_im2.html
    CHANGED
    
    | @@ -119,7 +119,7 @@ | |
| 119 | 
             
                        document.execCommand("copy");
         | 
| 120 | 
             
                        document.body.removeChild(tempInput);
         | 
| 121 | 
             
                        Toastify({
         | 
| 122 | 
            -
                            text: " | 
| 123 | 
             
                            duration: 3000,
         | 
| 124 | 
             
                            gravity: "top",
         | 
| 125 | 
             
                            position: "center",
         | 
|  | |
| 119 | 
             
                        document.execCommand("copy");
         | 
| 120 | 
             
                        document.body.removeChild(tempInput);
         | 
| 121 | 
             
                        Toastify({
         | 
| 122 | 
            +
                            text: "URL copied to clipboard",
         | 
| 123 | 
             
                            duration: 3000,
         | 
| 124 | 
             
                            gravity: "top",
         | 
| 125 | 
             
                            position: "center",
         |