@@ -14,7 +14,7 @@ $(document).ready(function() {
});
$("#review").click(function () {
- $("#reviewBody").html(editor.getValue());
+ // $("#reviewBody").html(editor.getValue());
$("#view").modal("show")
@@ -63,7 +63,7 @@
</div>
<div class="modal-body" >
<div style="margin:1px;height:400px;overflow-y: auto ;" id="reviewBody">
- 内容
+ <%- setting.context %>