member view
This commit is contained in:
@ -50,6 +50,7 @@ var urlPrefix = "{{.siteUrl}}";
|
||||
var LeaAce = null;
|
||||
$(function() {
|
||||
tinymce.init({
|
||||
inline: true,
|
||||
selector : "#content1",
|
||||
theme: 'leanote',
|
||||
language : "{{.locale}}",
|
||||
|
@ -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")
|
||||
|
Reference in New Issue
Block a user