pre-fill tag page form with the tag #4234
This commit is contained in:
parent
b275b2edbc
commit
b01026f9b8
2 changed files with 4 additions and 1 deletions
|
|
@ -56,6 +56,9 @@ app.views.Publisher = Backbone.View.extend({
|
|||
if( this.el_hiddenInput.val() == "" ) {
|
||||
this.el_hiddenInput.val( this.el_input.val() );
|
||||
}
|
||||
if( this.el_input.val() == "" ) {
|
||||
this.el_input.val( this.el_hiddenInput.val() );
|
||||
}
|
||||
|
||||
// hide close and preview buttons, in case publisher is standalone
|
||||
// (e.g. bookmarklet, mentions popup)
|
||||
|
|
|
|||
|
|
@ -1240,7 +1240,7 @@ en:
|
|||
tags:
|
||||
title: "Posts tagged: %{tags}"
|
||||
contacts_title: "People who dig this tag"
|
||||
tag_prefill_text: "The thing about %{tag_name} is... "
|
||||
tag_prefill_text: "%{tag_name} "
|
||||
|
||||
public:
|
||||
title: "Public Activity"
|
||||
|
|
|
|||
Loading…
Reference in a new issue