Widget:CJP: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 99: | Line 99: | ||
} | } | ||
function contentView() { | function contentView() { | ||
alert($("#prepend").val() + " " + $("# | alert($("#prepend").val() + $("#chapterContent").val() + $("#pend").val + $("chapterContent2").val + $("#append").val); | ||
} | } | ||
} | } |