אונטערשייד צווישן ווערסיעס פון "מעדיעוויקי: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פון המכלול: " + decodeURI(document.location.href);
             const combinedText = selectedText + attribution;
             const combinedText = selectedText + attribution;
             event.clipboardData.setData('text/plain', combinedText);
             event.clipboardData.setData('text/plain', combinedText);