Foydalanuvchi:AlefZet/monobook.js: Versiyalar orasidagi farq

Kontent oʻchirildi Kontent qoʻshildi
AlefZet (munozara | hissa)
Tahrir izohi yoʻq
AlefZet (munozara | hissa)
Tahrir izohi yoʻq
Qator 1:
/* <pre><nowiki> */
function choiceSymbol() {
addSpecialButton('  ʻ  ', 'insertSymbol("ʻ")', 'sButtonsStyle',
'Turned Comma');
addSpecialButton('  ʼ  ', 'insertSymbol("ʼ")', 'sButtonsStyle',
'Apostrophe');
}
Qator 40:
}
// IE
// if (navigator.appName == 'Microsoft Internet Explorer' ) {
// documentobj.selection.createRange().textvalue = obj.value + s;
 
// Mozilla
// } else {
sInput.value = sInput.value + s;
// }
sInput.focus();
}