itizawa 6 lat temu
rodzic
commit
472b89b69e
1 zmienionych plików z 0 dodań i 17 usunięć
  1. 0 17
      src/server/views/login.html

+ 0 - 17
src/server/views/login.html

@@ -137,23 +137,6 @@
 
 
 {% block body_end %}
-<!-- [TODO][GW-1865] -->
-{% if isExternalAuthCollapsible %}
-<script>
-  const isMobile = /iphone|ipad|android/.test(window.navigator.userAgent.toLowerCase());
-
-  if (!isMobile) {
-    $(".collapse-anchor").hover(
-      function() {
-        $('.collapse-external-auth').collapse('show');
-      },
-      function() {
-        $('.collapse-external-auth').collapse('hide');
-      }
-    );
-  }
-</script>
-{% endif %}
 <script>
   $('#register-form input[name="registerForm[username]"]').change(function(e) {
     var username = $(this).val();