()
| 224 | } |
| 225 | |
| 226 | function import_db() { |
| 227 | messageBox( |
| 228 | '<p> Do you want to import crontab?<br /> A backup will be created automatically before importing.</p>', |
| 229 | 'Confirm import from crontab', null, null, function() { |
| 230 | $('#import_file').click(); |
| 231 | }); |
| 232 | } |
| 233 | |
| 234 | function setMailConfig(a) { |
| 235 | var data = JSON.parse(a.getAttribute('data-json')); |
nothing calls this directly
no test coverage detected