Commit a725ef4c authored by Oleg Dzhimiev's avatar Oleg Dzhimiev
Browse files

stop spinning at complete

parent abdfb0bd
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -588,6 +588,6 @@ function update_debugfs_config(index){
        url: "debugfs.php?cmd=sync&file="+file,
        data: JSON.stringify(debugfs_data),
        dataType: "json",
        success:spin_stop
        complete:spin_stop
    });
}