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

ui.static.topic.management.reBalanceTopic.js Maven / Gradle / Ivy

There is a newer version: 0.8.0
Show newest version
$(document).ready(function () {
    $(".rebalance-nav-item").click(function () {
        let link = $(this).attr("data-href");
        location.href = link + "&back=" + (getBackDepth() + 1);
    });
});




© 2015 - 2024 Weber Informatics LLC | Privacy Policy