소스 검색

Revert input url

Gaël Métais 10 년 전
부모
커밋
9f35d4d3cd
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      app/node_views/index.html

+ 1 - 1
app/node_views/index.html

@@ -10,7 +10,7 @@
     <h1>Yellow Lab <span class="icon-lab"></span> Tools</h1>
     <h2 class="promess">Free online test to help speeding up <b>heavy</b> web pages</h2>
     <form method="post" action="/launchTest">
-        <input type="url" name="url" placeholder="http://www.mysite.com" class="url" />
+        <input type="text" name="url" placeholder="http://www.mysite.com" class="url" />
         <input type="submit" value="Launch test" class="launchBtn" onclick="this.className += ' clicked'" />
     </form>
     <p>(This is a BETA, your feedback is more than welcome)</p>