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

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

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




© 2015 - 2024 Weber Informatics LLC | Privacy Policy