Merge "Remove confusing text from description form"

This commit is contained in:
Jenkins
2013-11-25 10:53:53 +00:00
committed by Gerrit Code Review

View File

@@ -87,8 +87,6 @@ horizon.forms.init_examples = function (el) {
var $el = $(el);
// FIXME(gabriel): These should be moved into the forms themselves as help text, etc.
// Generic examples.
$el.find("#id_description").attr("placeholder", gettext("Additional information here..."));
// Update/create image form.
$el.find("#create_image_form input#id_copy_from").attr("placeholder", "http://example.com/image.iso");