mirror of
https://github.com/Sarjuuk/aowow.git
synced 2025-11-29 15:58:16 +08:00
Forms/Placeholder
* removed placeholder text images for input fields * readded text as placeholder attribute
This commit is contained in:
@@ -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]();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user