mirror of
https://github.com/opnsense/core.git
synced 2026-05-28 04:34:51 -04:00
web proxy: cleanup
This commit is contained in:
parent
4d2c1c2217
commit
3111b79d99
1 changed files with 0 additions and 1 deletions
|
|
@ -211,7 +211,6 @@
|
|||
// on correct save, perform reconfigure. set progress animation when reloading
|
||||
$("#"+frm_id+"_progress").addClass("fa fa-spinner fa-pulse");
|
||||
|
||||
//
|
||||
ajaxCall("/api/proxy/service/reconfigure", {}, function(data,status){
|
||||
// when done, disable progress animation.
|
||||
$("#"+frm_id+"_progress").removeClass("fa fa-spinner fa-pulse");
|
||||
|
|
|
|||
Loading…
Reference in a new issue