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;
$(function() {
tinymce.init({
inline: true,
selector : "#content1",
theme: 'leanote',
language : "{{.locale}}",

View File

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