member view

This commit is contained in:
lealife
2015-11-28 16:12:27 +08:00
parent 6f157289d3
commit f54fe397c3
2 changed files with 2 additions and 1 deletions

View File

@ -50,6 +50,7 @@ var urlPrefix = "{{.siteUrl}}";
var LeaAce = null; var LeaAce = null;
$(function() { $(function() {
tinymce.init({ tinymce.init({
inline: true,
selector : "#content1", selector : "#content1",
theme: 'leanote', theme: 'leanote',
language : "{{.locale}}", language : "{{.locale}}",

View File

@ -111,7 +111,7 @@ $(function() {
} }
ajaxPost("/member/blog/doUpdateBlogAbstract/", data, function(re) { ajaxPost("/member/blog/doUpdateBlogAbstract/", data, function(re) {
if(reIsOk(re)) { if(reIsOk(re)) {
art.tips("Success"); art.tips(getMsg("Success"));
location.href = "/member/blog/index"; location.href = "/member/blog/index";
} else { } else {
art.alert(re.Msg || "error") art.alert(re.Msg || "error")