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 41:
// IE
if (navigator.appName == 'Microsoft Internet Explorer' ) {
sInput.onkeypress.value = setValue(this)sInput.value + s;
 
// Mozilla
Qator 50:
}
 
function SetValue(id) {
var control = document.getElementById(id);
control.value += control.value;
}
 
hookEvent("load", choiceSymbol);