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

portal.default.mint.workflows.name-authority.js Maven / Gradle / Ivy

There is a newer version: 1.10
Show newest version
$(function() {
    $("#update-package").click(function() {
        $.post("$portalPath/actions/manifest.ajax",
            {   func: "update-package-meta",
                oid: "$oid",
                metaList: ["title", "description"],
                title: $("#package-title").val(),
                description: $("#package-description").val()
            },
            function(data, status) {
                $("#package-form").submit();
            });
        return false;
    });
});




© 2015 - 2025 Weber Informatics LLC | Privacy Policy