diff options
author | thirdid <thirdid@c5b2fb0a-d05d-0410-98c8-828840a80ff6> | 2009-12-20 19:13:05 -0500 |
---|---|---|
committer | thirdid <thirdid@c5b2fb0a-d05d-0410-98c8-828840a80ff6> | 2009-12-20 19:13:05 -0500 |
commit | 8347bdd445b646ea77c43228253ce9aefa6a8c88 (patch) | |
tree | 5c25e1bf8041fcd6c310789578f47c36ec22ee1c /ajax/form_suggestions/index.htm | |
parent | be071aeb7565e46c670a6d9486a1f1b8a06971ab (diff) | |
download | bayonetcms-8347bdd445b646ea77c43228253ce9aefa6a8c88.tar.gz |
Removed branches/Bayonet CMS v2/ajax
Accidental addition of code.
git-svn-id: http://svn.3rd-infantry-division.org/testing/branches/Bayonet CMS v2@382 c5b2fb0a-d05d-0410-98c8-828840a80ff6
Diffstat (limited to 'ajax/form_suggestions/index.htm')
-rw-r--r-- | ajax/form_suggestions/index.htm | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/ajax/form_suggestions/index.htm b/ajax/form_suggestions/index.htm deleted file mode 100644 index c2fc742..0000000 --- a/ajax/form_suggestions/index.htm +++ /dev/null @@ -1,14 +0,0 @@ -<html> -<head> -<script src="clienthint.js"></script> -</head> -<body> - -<form> -First Name: <input type="text" id="txt1" onkeyup="showHint(this.value)" /> -</form> - -<p>Suggestions: <span id="txtHint"></span></p> - -</body> -</html>
\ No newline at end of file |