()
| 185 | return $.ajax({ |
| 186 | type: 'DELETE', |
| 187 | success () { |
| 188 | noty({ |
| 189 | timeout: 5000, |
| 190 | text: 'Aaaand it\'s gone.', |
| 191 | type: 'success', |
| 192 | layout: 'topCenter' |
| 193 | }) |
| 194 | return _.delay(() => application.router.navigate('/editor/poll', { trigger: true }) |
| 195 | , 500) |
| 196 | }, |
| 197 | error (jqXHR, status, error) { |
| 198 | console.error(jqXHR) |
| 199 | return { |