ITRS-Group / monitor-ninja

Ninja is Now Just Awesome - a modern web GUI for Naemon
Other
32 stars 16 forks source link

Change .complete to .always when doing a post request #274

Closed AxelBolle closed 2 years ago

AxelBolle commented 2 years ago

.complete is deprecated and should not be used. Instead we should use .always on post requests made by jquery.

This solves: MON-13133 Signed-off-by: Axel Bolle abolle@itrsgroup.com