MCPcopy
hub / github.com/alseambusher/crontab-ui / errorMessageBox

Function errorMessageBox

public/js/script.js:15–20  ·  view source on GitHub ↗
(message)

Source from the content-addressed store, hash-verified

13}
14
15function errorMessageBox(message) {
16 var msg =
17 'Operation failed: ' + message + '. ' +
18 'Please see error log for details.';
19 infoMessageBox(msg, 'Error');
20}
21
22function messageBox(body, title, ok_text, close_text, callback) {
23 var modalBody = document.getElementById('modal-body');

Callers 1

setCrontabFunction · 0.85

Calls 1

infoMessageBoxFunction · 0.85

Tested by

no test coverage detected