mirror of
https://github.com/OrchardCMS/Orchard.git
synced 2025-09-22 20:13:50 +08:00
Merge default => dev
--HG-- branch : dev
This commit is contained in:
@@ -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 () {
|
||||
|
Reference in New Issue
Block a user