Fix issue: 17229 Submitting an empty tag creates a "New Tag Name" tag

This commit is contained in:
rukshanperera
2011-02-02 11:02:39 +00:00
parent 55805459b3
commit 4896cca88b

View File

@@ -126,6 +126,11 @@
}
});
//make sure the placeholder value is not taken as the input value when submitting forms
$("form").live("submit", function () {
$(":input[placeholder].placeholderd").val("");
});
return _this;
},
toggleWhatYouControl: function () {