diff options
| author | Horus3 | 2015-02-27 19:57:24 +0100 |
|---|---|---|
| committer | Horus3 | 2015-02-27 19:57:24 +0100 |
| commit | d62b3e273c98049511c1c09892b50f631f0665a5 (patch) | |
| tree | 267a2e463488f468292aa19446c02555e8311f4d /static/js | |
| parent | 6837ddf68f13a1633ea868ab55d71389ca5bc175 (diff) | |
| download | statuspage-d62b3e273c98049511c1c09892b50f631f0665a5.tar.gz | |
Checks error now on resonse code. Refactoring and styling.
Diffstat (limited to 'static/js')
| -rw-r--r-- | static/js/functions.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/static/js/functions.js b/static/js/functions.js index 8d3c5fb..7b9291b 100644 --- a/static/js/functions.js +++ b/static/js/functions.js @@ -61,7 +61,7 @@ $(".delete").confirm({ $(document).ready(function(){ modals = new Array(); -modals[0] = "dd-jobs"; +//modals[0] = "dd-jobs"; modals[1] = "dd-alert"; modals[2] = "dd-alert-danger"; modals[3] = "dd-alert-success"; |
