summaryrefslogtreecommitdiff
path: root/ajax.html
diff options
context:
space:
mode:
authorerdgeist <>2008-06-10 19:47:32 +0000
committererdgeist <>2008-06-10 19:47:32 +0000
commit72e5fa568ed44c0903dd845118214c9009792eae (patch)
tree57c6ed637be1c9b3dc7c3a8b93f5d49750726bcd /ajax.html
parent2e8ad294951815bc8c2e1f37cfa3d4d4bff364af (diff)
Now we do Ajax ourselves, no need for the expensive prototype framwork.
Diffstat (limited to 'ajax.html')
-rw-r--r--ajax.html3
1 files changed, 1 insertions, 2 deletions
diff --git a/ajax.html b/ajax.html
index bed9ce1..13120dd 100644
--- a/ajax.html
+++ b/ajax.html
@@ -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>