מדיה ויקי:Functions.js: הבדלים בין גרסאות בדף

תוכן שנמחק תוכן שנוסף
Krinkle (שיחה | תרומות)
Remove pickUpText() - unused and doesn't work because ts_getInnerText does not exist anymore - MediaWiki:Common.js is fixed
Krinkle (שיחה | תרומות)
Remove addEditButton() - unused and no longer works
שורה 16:
}
return select;
}
 
/* פונקציה המוסיפה כפתור לסרגל הכלים */
function addEditButton( imageFile, tagOpen, sampleText, tagClose, speedTip ) {
mwCustomEditButtons.push( {
"imageFile": "//upload.wikimedia.org/wikipedia/he/" + imageFile,
"tagOpen": tagOpen,
"sampleText": sampleText,
"tagClose": tagClose,
"speedTip": speedTip
} );
}