Преглед изворни кода

Removed cleaned up form submit manual test HTML.

Szymon Kupś пре 8 година
родитељ
комит
d79be765eb
1 измењених фајлова са 2 додато и 2 уклоњено
  1. 2 2
      packages/ckeditor5-core/tests/manual/formsubmit.html

+ 2 - 2
packages/ckeditor5-core/tests/manual/formsubmit.html

@@ -7,10 +7,10 @@
 	}
 </style>
 
-<form id="form" action="http://localhost:3030" method="post">
+<form id="form" action="http://localhost/" method="post">
 	<p>Replaced element (normally hidden): </p>
 	<textarea name="editor" id="editor"><p>foo bar baz</p></textarea>
-	<button id="submit-button" type="submit">Submit form</button>
+	<button type="submit">Submit form</button>
 </form>
 <br />
 <button id="submit-with-js">Submit by calling form.submit()</button>