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

www.js.vendor.plugins.js Maven / Gradle / Ivy

There is a newer version: 3.8.2.9
Show newest version
// Avoid `console` errors in browsers that lack a console.
(function() {
    var method;
    var noop = function () {};
    var methods = [
        'assert', 'clear', 'count', 'debug', 'dir', 'dirxml', 'error',
        'exception', 'group', 'groupCollapsed', 'groupEnd', 'info', 'log',
        'markTimeline', 'profile', 'profileEnd', 'table', 'time', 'timeEnd',
        'timeStamp', 'trace', 'warn'
    ];
    var length = methods.length;
    var console = (window.console = window.console || {});

    while (length--) {
        method = methods[length];

        // Only stub undefined methods.
        if (!console[method]) {
            console[method] = noop;
        }
    }

    $.fn.tooltip.defaults.animation = false;
    $('.toggle-popover').popover();
}());

// Place any jQuery/helper plugins in here.




© 2015 - 2025 Weber Informatics LLC | Privacy Policy