Перейти к содержанию

MediaWiki:Common.js: различия между версиями

нет описания правки
Нет описания правки
Нет описания правки
Строка 7: Строка 7:
}
}
function formCreateSelect() {
function formCreateSelect() {
}
// Get the select element and the forms
// Get the select element and the forms
var select = document.getElementById('select');
var select = document.getElementById('select');
Строка 48: Строка 46:
   }
   }
});
});
}