אונטערשייד צווישן ווערסיעס פון "מעדיעוויקי:Common.js"

ק
קיין רעדאגירונג באמערקונג
(proba)
קאין תקציר עריכה
שורה 8: שורה 8:
     if (selectedText.length > 150) {
     if (selectedText.length > 150) {
         if (event.clipboardData) {
         if (event.clipboardData) {
             const attribution = "\n\nגעלייענט אין המכלול: " + document.location.href;
             const attribution = "\n\nפון המכלול: " + document.location.href;
             const combinedText = selectedText + attribution;
             const combinedText = selectedText + attribution;
             event.clipboardData.setData('text/plain', combinedText);
             event.clipboardData.setData('text/plain', combinedText);