diff options
author | Brandon Aaron <brandon.aaron@gmail.com> | 2007-05-13 17:20:03 +0000 |
---|---|---|
committer | Brandon Aaron <brandon.aaron@gmail.com> | 2007-05-13 17:20:03 +0000 |
commit | 7c6100f5ed840b49e8e0de1f9eb90ea2ef1c47ef (patch) | |
tree | 7279df394d1c5f4dee3a478c6637b821e5187d83 /build/test | |
parent | ff4f265bc0273bda0c8873d470aefa20170abc41 (diff) | |
download | jquery-7c6100f5ed840b49e8e0de1f9eb90ea2ef1c47ef.tar.gz jquery-7c6100f5ed840b49e8e0de1f9eb90ea2ef1c47ef.zip |
Fix for #1169
Diffstat (limited to 'build/test')
-rw-r--r-- | build/test/index.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/build/test/index.html b/build/test/index.html index eb7f7d963..992b79d18 100644 --- a/build/test/index.html +++ b/build/test/index.html @@ -92,6 +92,7 @@ <iframe id="iframe" name="iframe"></iframe> <form id="lengthtest"> <input type="text" id="length" name="test"> + <input type="text" id="idTest" name="id"> </form> <table id="table"></table> </div> |