mirror of
https://github.com/Combodo/iTop.git
synced 2026-05-20 07:42:17 +02:00
Merge remote-tracking branch 'origin/support/3.2' into develop
This commit is contained in:
@@ -345,12 +345,13 @@ $(function () {
|
||||
},
|
||||
// events bound via _bind are removed automatically
|
||||
// revert other modifications here
|
||||
destroy: function () {
|
||||
_destroy: function () {
|
||||
this.element
|
||||
.removeClass('itop-tabularfieldsselector');
|
||||
|
||||
this.element.parent().off('activate');
|
||||
this.element.parent().off('validate');
|
||||
this.element.parent().off('form-part-activate');
|
||||
$('body').off('click change', '.tfs_checkbox');
|
||||
},
|
||||
// _setOptions is called with a hash of all options that are changing
|
||||
_setOptions: function () {
|
||||
|
||||
Reference in New Issue
Block a user