JC Brand 8 年 前
コミット
fd2f1c22e4
2 ファイル変更2 行追加1 行削除
  1. 1 0
      docs/CHANGES.md
  2. 1 1
      src/templates/login_panel.html

+ 1 - 0
docs/CHANGES.md

@@ -11,6 +11,7 @@
 - #486 Honor existing mam user configuration [throwaway42]
 - #749 /me will show your contact's name in the sent field [jcbrand]
 - #774 Browser language (fr-fr or fr) is not detected by default [jcbrand]
+- #775 Anonymous login form is a text field instead of a push button [jcbrand]
 
 ## 2.0.5 (Unreleased)
 - #743, #751, #753 Update to Strophe 1.2.12. SASL-EXTERNAL now has reduced priority, so it won't

+ 1 - 1
src/templates/login_panel.html

@@ -14,7 +14,7 @@
             <span class="conn-feedback"></span>
         {[ } ]}
         {[ if (authentication == ANONYMOUS) { ]}
-            <input type="pure-button button-primary" class="submit login-anon" value="{{{label_anon_login}}}"/>
+            <input class="pure-button button-primary login-anon" type="submit" value="{{{label_anon_login}}}"/>
         {[ } ]}
         {[ if (authentication == PREBIND) { ]}
             <p>Disconnected.</p>