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