589
правок
User (обсуждение | вклад) Нет описания правки |
User (обсуждение | вклад) Нет описания правки |
||
| (не показано 11 промежуточных версий этого же участника) | |||
| Строка 1: | Строка 1: | ||
// Get the select element and the forms | // Get the select element and the forms | ||
var currentPageHref = decodeURI(window.location.href); | |||
var test = 'Вики-энциклопедия_университета:Главная'; | |||
if (currentPageHref .indexOf(test) > -1) { | |||
var forms = document.querySelectorAll('.createbox'); | var forms = document.querySelectorAll('.createbox'); | ||
var select = document.createElement('select'); | var select = document.createElement('select'); | ||
select.id = 'select-template'; | select.id = 'select-template'; | ||