Forms/Placeholder

* removed placeholder text images for input fields
 * readded text as placeholder attribute
This commit is contained in:
Sarjuuk
2017-02-17 01:37:43 +01:00
parent 62a4bcf2d2
commit f1483f4595
33 changed files with 84 additions and 136 deletions

View File

@@ -395,7 +395,7 @@ ShowOnMap.prototype.construct = function() {
}
}
}
if (menu && menu[2] && menu[2].constructor && menu[2].call && menu[2].apply) { // sarjuuk: check if menu[2] is function
if (menu && menu[2] && menu[2].constructor && menu[2].call && menu[2].apply) { // aowow: check if menu[2] is function
menu[2]();
}
}