Support for showing a threaded comment reply inline using ajax. Falls back to default if javascript is disabled.

This commit is contained in:
Adam Lewis
2008-05-29 08:23:25 -04:00
committed by Chris Morgan
parent 2503d2ba21
commit be6a19f95e
5 changed files with 4316 additions and 6 deletions

View File

@@ -12,6 +12,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<link rel="stylesheet" href="<?php echo BASE; ?>apidb.css" type="text/css">
<link rel="stylesheet" href="<?php echo BASE; ?>application.css" type="text/css">
<script src="<?php echo BASE; ?>prototype-1.6.0.2.js" type="text/javascript"></script>
<script src="<?php echo BASE; ?>scripts.js" type="text/javascript"></script>
</head>