Skip to content

Commit

Permalink
Change http:// help text to be a placeholder instead of the initial v…
Browse files Browse the repository at this point in the history
…alue
  • Loading branch information
JavierGelatti committed Dec 10, 2018
1 parent fdc6c25 commit 077a981
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions vendor/assets/javascripts/bootstrap-wysihtml5/core-b3.js.erb
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
"<h3 class='modal-title'>" + locale.link.insert + "</h3>" +
"</div>" +
"<div class='modal-body'>" +
"<input value='http://' class='bootstrap-wysihtml5-insert-link-url form-control'>" +
"<input placeholder='http://' class='bootstrap-wysihtml5-insert-link-url form-control'>" +
"<label class='checkbox'> <input type='checkbox' class='bootstrap-wysihtml5-insert-link-target' checked>" + locale.link.target + "</label>" +
"</div>" +
"<div class='modal-footer'>" +
Expand All @@ -81,7 +81,7 @@
"<h3 class='modal-title'>" + locale.image.insert + "</h3>" +
"</div>" +
"<div class='modal-body'>" +
"<input value='http://' class='bootstrap-wysihtml5-insert-image-url form-control'>" +
"<input placeholder='http://' class='bootstrap-wysihtml5-insert-image-url form-control'>" +
"</div>" +
"<div class='modal-footer'>" +
"<a href='#' class='btn btn-default' data-dismiss='modal'>" + locale.image.cancel + "</a>" +
Expand Down
4 changes: 2 additions & 2 deletions vendor/assets/javascripts/bootstrap-wysihtml5/core.js.erb
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
"<h3>" + locale.link.insert + "</h3>" +
"</div>" +
"<div class='modal-body'>" +
"<input value='http://' class='bootstrap-wysihtml5-insert-link-url input-xlarge'>" +
"<input placeholder='http://' class='bootstrap-wysihtml5-insert-link-url input-xlarge'>" +
"<label class='checkbox'> <input type='checkbox' class='bootstrap-wysihtml5-insert-link-target' checked>" + locale.link.target + "</label>" +
"</div>" +
"<div class='modal-footer'>" +
Expand All @@ -75,7 +75,7 @@
"<h3>" + locale.image.insert + "</h3>" +
"</div>" +
"<div class='modal-body'>" +
"<input value='http://' class='bootstrap-wysihtml5-insert-image-url input-xlarge'>" +
"<input placeholder='http://' class='bootstrap-wysihtml5-insert-image-url input-xlarge'>" +
"</div>" +
"<div class='modal-footer'>" +
"<a href='#' class='btn' data-dismiss='modal'>" + locale.image.cancel + "</a>" +
Expand Down

0 comments on commit 077a981

Please sign in to comment.