Commit 1a2bbdf9 authored by mainlove's avatar mainlove

formatter

parent 35aac3d7
...@@ -3085,8 +3085,7 @@ admin.pluginList = { ...@@ -3085,8 +3085,7 @@ admin.pluginList = {
data: JSON.stringify(requestJSONObject), data: JSON.stringify(requestJSONObject),
success: function(result, textStatus){ success: function(result, textStatus){
$("#tipMsg").text(result.msg); $("#tipMsg").text(result.msg);
<<<<<<< HEAD
$("#PluginSetting").html(result); $("#PluginSetting").html(result);
$("#PluginSetting").dialog({ $("#PluginSetting").dialog({
...@@ -3100,21 +3099,12 @@ admin.pluginList = { ...@@ -3100,21 +3099,12 @@ admin.pluginList = {
>>>>>>> branch '0.5.6' of https://github.com/b3log/b3log-solo.git >>>>>>> branch '0.5.6' of https://github.com/b3log/b3log-solo.git
$("#pluginSetting").html(result); $("#pluginSetting").html(result);
$("#pluginSetting").dialog("open"); $("#pluginSetting").dialog("open");
<<<<<<< HEAD
======= =======
>>>>>>> branch '0.5.6' of https://github.com/b3log/b3log-solo.git >>>>>>> branch '0.5.6' of https://github.com/b3log/b3log-solo.git
$("#loadMsg").text(""); $(
} },
});
},
<<<<<<< HEAD
=======
>>>>>>> branch '0.5.6' of https://github.com/b3log/b3log-solo.git
changeStatus: function (pluginId, status) { changeStatus: function (pluginId, status) {
if (status === "ENABLED") { if (status === "ENABLED") {
status = "DISABLED"; status = "DISABLED";
...@@ -3857,4 +3847,4 @@ admin.register["about"] = { ...@@ -3857,4 +3847,4 @@ admin.register["about"] = {
"refresh": function () { "refresh": function () {
$("#loadMsg").text(""); $("#loadMsg").text("");
} }
} }
\ No newline at end of file
This source diff could not be displayed because it is too large. You can view the blob instead.
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment