DmitrMakeev commited on
Commit
06829ed
1 Parent(s): b9df598

Update se_mes_im2.html

Browse files
Files changed (1) hide show
  1. se_mes_im2.html +0 -2
se_mes_im2.html CHANGED
@@ -83,7 +83,6 @@
83
  console.error('Error:', error);
84
  });
85
  });
86
-
87
  function displayMedia(url) {
88
  var mediaContainer = document.getElementById('mediaContainer');
89
  mediaContainer.innerHTML = '';
@@ -110,7 +109,6 @@
110
  mediaContainer.innerText = 'Unsupported file type';
111
  }
112
  }
113
-
114
  function copyToClipboard(element) {
115
  var tempInput = document.createElement("input");
116
  tempInput.value = element.innerText;
 
83
  console.error('Error:', error);
84
  });
85
  });
 
86
  function displayMedia(url) {
87
  var mediaContainer = document.getElementById('mediaContainer');
88
  mediaContainer.innerHTML = '';
 
109
  mediaContainer.innerText = 'Unsupported file type';
110
  }
111
  }
 
112
  function copyToClipboard(element) {
113
  var tempInput = document.createElement("input");
114
  tempInput.value = element.innerText;