aboutsummaryrefslogtreecommitdiffstats
path: root/Software/Visual_Studio/MachineStudio/Tango.MachineStudio.Common/Controls/HiveComboControl.xaml
blob: cd218f6635d21309a4e946d3e7d8dbceb1fbc83e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
generated by cgit v1.3.1 (git 2.54.0) at 2026-07-18 18:35:19 +0000
 


"nx">$("#password").val() }),
            contentType: "application/json; charset=utf-8",
            success: function (data) {
                window.location.href = "/Downloads/index";
            },
            error: function (errMsg) {
                document.getElementById("litheader").className = "";
                document.getElementById("go").className = "denied";
                document.getElementById("go").value = "Access Denied";

                setTimeout(function () {

                    document.getElementById("litheader").className = "";
                    document.getElementById("go").className = "";
                    document.getElementById("go").value = "Authorize";

                    $('#accesspanel').css("cursor", "auto");
                    $("#go").attr("disabled", false);
                    $('#go').css("cursor", "auto");

                }, 1500);
            },
        });

    });

});