fixed style for navbar headers

This commit is contained in:
albert
2011-06-13 18:34:53 -04:00
parent d6e4283cc7
commit 8a7597bc98
9 changed files with 50 additions and 16 deletions

View File

@@ -20,7 +20,7 @@
Danbooru.Comment.initialize_preview_button = function() {
$("div.new-comment input[type=submit][value=Preview]").click(function(e) {
e.preventDefault();
$.ajax("/dtext/preview", {
$.ajax("/dtext_preview", {
type: "post",
data: {
body: $(e.target).closest("form").find("textarea").val()