Fix default 'Search' placeholder

This commit is contained in:
Nathan Gray 2012-04-09 18:56:04 +00:00
parent 961e32241d
commit 1dface0485

View File

@ -308,7 +308,7 @@ var et2_link_entry = et2_inputWidget.extend({
"blur": {
"name": "Placeholder",
"type": "string",
"default": "",
"default": et2_no_init,
"description": "This text get displayed if an input-field is empty and does not have the input-focus (blur). It can be used to show a default value or a kind of help-text."
},
"query": {