Skip to content

Commit

Permalink
fixed post request
Browse files Browse the repository at this point in the history
  • Loading branch information
rogeriolino committed Jul 17, 2018
1 parent 7542caa commit e1d2d7e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Resources/public/js/script.js
Original file line number Diff line number Diff line change
Expand Up @@ -182,6 +182,7 @@
}
App.ajax({
url: App.url('/novosga.settings/reiniciar/') + servicoId,
type: 'post',
complete: function () {
self.loadContadores();
}
Expand All @@ -195,6 +196,7 @@
}
App.ajax({
url: App.url('/novosga.settings/limpar'),
type: 'post',
complete: function () {
self.loadContadores();
}
Expand Down

0 comments on commit e1d2d7e

Please sign in to comment.