Skip to content
Extraits de code Groupes Projets
Valider b01026f9 rédigé par taro-k's avatar taro-k Validation de Steffen van Bergerem
Parcourir les fichiers

pre-fill tag page form with the tag #4234

parent b275b2ed
Aucune branche associée trouvée
Aucune étiquette associée trouvée
Aucune requête de fusion associée trouvée
...@@ -56,6 +56,9 @@ app.views.Publisher = Backbone.View.extend({ ...@@ -56,6 +56,9 @@ app.views.Publisher = Backbone.View.extend({
if( this.el_hiddenInput.val() == "" ) { if( this.el_hiddenInput.val() == "" ) {
this.el_hiddenInput.val( this.el_input.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 // hide close and preview buttons, in case publisher is standalone
// (e.g. bookmarklet, mentions popup) // (e.g. bookmarklet, mentions popup)
......
...@@ -1240,7 +1240,7 @@ en: ...@@ -1240,7 +1240,7 @@ en:
tags: tags:
title: "Posts tagged: %{tags}" title: "Posts tagged: %{tags}"
contacts_title: "People who dig this tag" contacts_title: "People who dig this tag"
tag_prefill_text: "The thing about %{tag_name} is... " tag_prefill_text: "%{tag_name} "
public: public:
title: "Public Activity" title: "Public Activity"
......
0% Chargement en cours ou .
You are about to add 0 people to the discussion. Proceed with caution.
Terminez d'abord l'édition de ce message.
Veuillez vous inscrire ou vous pour commenter