| | |
| | | 'fontAwesome': true, |
| | | 'autoclose': true |
| | | }); |
| | | $('[data-toggle="tooltip"]').tooltip({ |
| | | }); |
| | | |
| | | ISPConfig.callHook('onAfterContentLoad', {'url': url, 'data': data }); |
| | | }, |
| | |
| | | } |
| | | }; |
| | | |
| | | |
| | | function removeReadOnly(password) { |
| | | password.removeAttribute('readonly'); |
| | | password.removeAttribute('data-original-title'); |
| | | password.removeAttribute('data-toggle'); |
| | | password.removeAttribute('data-placement'); |
| | | } |
| | | $(document).on("change", function(event) { |
| | | var elName = event.target.localName; |
| | | if ($("#pageForm .table #Filter").length > 0 && elName == 'select') { |