All Downloads are FREE. Search and download functionalities are using the official Maven repository.

static.js.history.job_event_trace_history.js Maven / Gradle / Ivy

$(function () {
    $("[data-mask]").inputmask();
    $(".toolbar input").bind("keypress", function (event) {
        if ("13" == event.keyCode) {
            $("#job-exec-details-table").bootstrapTable("refresh", {silent: true});
        }
    });
    $("#job-exec-details-table").on("all.bs.table", function () {
        doLocale();
    });
});




© 2015 - 2024 Weber Informatics LLC | Privacy Policy