Ticket #23839

ユーザ名をtrimできるようにしたい

Date d'ouverture: 2010-12-06 14:21 Dernière mise à jour: 2010-12-06 22:31

Rapporteur:
Propriétaire:
État:
Atteints
Composant:
Jalon:
(Aucun)
Priorité:
5 - moyen
Sévérité:
5 - moyen
Résolution:
Fixed
Fichier:
Aucun

Détails

authorタグ以外にアバターを表示されるようにする場合、trimが必要な場合があります。次のように変更して欲しいです。

avatar.js

-    username = e[count].innerHTML;
+    username = $.trim(e[count].innerHTML);

Ticket History (2/2 Histories)

2010-12-06 14:21 Updated by: okamototk
  • New Ticket "ユーザ名をtrimできるようにしたい" created
2010-12-06 22:31 Updated by: okamototk
  • Résolution Update from Aucun to Fixed
  • État Update from Ouvert to Atteints
  • Ticket Close date is changed to 2010-12-06 22:31
Commentaire

0.3で対応しました。

Attachment File List

No attachments

Modifier

Please login to add comment to this ticket » Connexion