summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorerdgeist <>2008-06-10 19:44:56 +0000
committererdgeist <>2008-06-10 19:44:56 +0000
commit3d5a8a4648c60e674e026b27a75e8135629b0086 (patch)
tree507174ab13c1053ccd91ea92a217921a9ad415fa
parentddbf2ff22f5d56ff8186304702b0cf7bf32990d4 (diff)
Now we do Ajax ourselves, no need for the expensive prototype framwork.
-rw-r--r--ajax.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/ajax.html b/ajax.html
index e3eecc0..bed9ce1 100644
--- a/ajax.html
+++ b/ajax.html
@@ -7,8 +7,8 @@
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="prototype-1.6.0.2.js"></script> -->
11 <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> 12 <script type="text/javascript" src="encoding.js"></script>
13 <script type="text/javascript" src="encoding_jis.js"></script> 13 <script type="text/javascript" src="encoding_jis.js"></script>
14 </head> 14 </head>