diff options
| author | erdgeist <> | 2008-06-10 19:47:32 +0000 |
|---|---|---|
| committer | erdgeist <> | 2008-06-10 19:47:32 +0000 |
| commit | 72e5fa568ed44c0903dd845118214c9009792eae (patch) | |
| tree | 57c6ed637be1c9b3dc7c3a8b93f5d49750726bcd /ajax.html | |
| parent | 2e8ad294951815bc8c2e1f37cfa3d4d4bff364af (diff) | |
Now we do Ajax ourselves, no need for the expensive prototype framwork.
Diffstat (limited to 'ajax.html')
| -rw-r--r-- | ajax.html | 3 |
1 files changed, 1 insertions, 2 deletions
| @@ -7,8 +7,7 @@ | |||
| 7 | 7 | ||
| 8 | <title>anonbox mail reader :: Chaos Computer Club</title> | 8 | <title>anonbox mail reader :: Chaos Computer Club</title> |
| 9 | <link rel="stylesheet" href="style.css" type="text/css" media="screen" charset="iso8859-1" /> | 9 | <link rel="stylesheet" href="style.css" type="text/css" media="screen" charset="iso8859-1" /> |
| 10 | <!-- <script type="text/javascript" src="prototype-1.6.0.2.js"></script> --> | 10 | <script type="text/javascript" src="parsemail.js"></script> |
| 11 | <script type="text/javascript" src="parsemail_2.js"></script> | ||
| 12 | <script type="text/javascript" src="encoding.js"></script> | 11 | <script type="text/javascript" src="encoding.js"></script> |
| 13 | <script type="text/javascript" src="encoding_jis.js"></script> | 12 | <script type="text/javascript" src="encoding_jis.js"></script> |
| 14 | </head> | 13 | </head> |
