mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-08 00:54:50 +01:00
Remove ! from HTML5 blur
This commit is contained in:
parent
f5e97888eb
commit
ceb63d84d7
@ -137,7 +137,7 @@ var et2_textbox = et2_inputWidget.extend({
|
||||
|
||||
set_blur: function(_value) {
|
||||
if(_value) {
|
||||
this.input.attr("placeholder", _value + "!"); // HTML5
|
||||
this.input.attr("placeholder", _value + ""); // HTML5
|
||||
if(!this.input[0].placeholder) {
|
||||
// Not HTML5
|
||||
if(this.input.val() == "") this.input.val(this.options.blur);
|
||||
|
Loading…
Reference in New Issue
Block a user