589
правок
User (обсуждение | вклад) Нет описания правки |
User (обсуждение | вклад) Нет описания правки |
||
| Строка 1: | Строка 1: | ||
// Get the select element and the forms | // Get the select element and the forms | ||
var currentPageHref = decodeURI(window.location.href); | var currentPageHref = decodeURI(window.location.href); | ||
var test = 'test'; | |||
if (test.indexOf(currentPageHref ) > -1) { | if (test.indexOf(currentPageHref ) > -1) { | ||
console.log('yes'); | console.log('yes'); | ||
} | } | ||
if (typeof(document.querySelectorAll('.createbox')) != 'undefined' && (document.querySelectorAll('.createbox')) != null) { | if (typeof(document.querySelectorAll('.createbox')) != 'undefined' && (document.querySelectorAll('.createbox')) != null) { | ||
var forms = document.querySelectorAll('.createbox'); | var forms = document.querySelectorAll('.createbox'); | ||