readd listener on connection error
This commit is contained in:
parent
3efe11ae32
commit
e18120acd2
@ -3476,7 +3476,8 @@
|
||||
return self.textContent = tc;
|
||||
},
|
||||
error: function(self) {
|
||||
return self.textContent = 'Error';
|
||||
self.textContent = 'Error';
|
||||
return $.on('click', self, DeleteButton["delete"]);
|
||||
}
|
||||
};
|
||||
|
||||
|
||||
@ -2655,6 +2655,7 @@ DeleteButton =
|
||||
self.textContent = tc
|
||||
error: (self) ->
|
||||
self.textContent = 'Error'
|
||||
$.on 'click', self, DeleteButton.delete
|
||||
|
||||
ReportButton =
|
||||
init: ->
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user