Skip to content

Commit

Permalink
Adding a function to do possible something like this:
Browse files Browse the repository at this point in the history
  • Loading branch information
goinnn committed Aug 30, 2015
1 parent dfc300d commit 16e928e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions inplaceeditform/static/js/jquery.inplaceeditform.js
Original file line number Diff line number Diff line change
Expand Up @@ -395,6 +395,7 @@
var configTag = $(that).find(self.configSelector);
var config = configTag.attr();
var tags = $(self.methods.removeStartSpaces(response.field_render));
self.methods.transformField(tags);
$(tags).insertAfter($(that));
$(that).hide();
var head = $("head")[0];
Expand Down Expand Up @@ -527,6 +528,8 @@
link.removeAttr("hrefinplaceedit");
});
},
transformField: function (tags) {
},
treatmentStatusError: function (response) {
if (response.status === 0) {
alert("The server is down");
Expand Down

0 comments on commit 16e928e

Please sign in to comment.