]> git.openstreetmap.org Git - rails.git/blobdiff - app/assets/javascripts/auth_providers.js
Stack preferred auth button over other auth buttons on small screens
[rails.git] / app / assets / javascripts / auth_providers.js
index 3dd7601a088686c124f3b3ef170028b5ba099351..75eca253efa9861fb2ea8d503d54c005b6631940 100644 (file)
@@ -11,7 +11,7 @@ $(document).ready(function () {
   // Add click handler to show OpenID field
   $("#openid_open_url").click(function () {
     $("#openid_url").val("http://");
-    $("#login_auth_buttons").hide().removeClass("d-flex");
+    $("#login_auth_buttons").hide();
     $("#login_openid_url").show();
     $("#openid_login_button").show();
   });