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

a.hyperscala-ui_2.11.0.10.3.source-code.page_change_warning.js Maven / Gradle / Ivy

var pageChangeWarning = null;

var pageChangeFunction = function() {
    return pageChangeWarning;
};

function setPageChangeWarning(message) {
    pageChangeWarning = message;
    if (message == null) {
        window.onbeforeunload = null;
    } else {
        window.onbeforeunload = pageChangeFunction;
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy