bigspring / monolith

A starter theme for WordPress built with Twitter Bootstrap
MIT License
9 stars 1 forks source link

IE fix for placeholders #379

Closed harrybigspring closed 8 years ago

harrybigspring commented 8 years ago

Include this into /src/js/ie-custom.js because we have to do it manually for every site it seems:

$('input, textarea').placeholder();

juliotaylor commented 8 years ago

@harrybigspring if it's a quick fix can you do this as a hotfix today? Speak to @simonpmiles if you need help with the versioning.

harrybigspring commented 8 years ago

Done