cubesystems/releaf

View on GitHub
releaf-core/app/assets/javascripts/releaf/include/dialogs.js

Summary

Maintainability
A
0 mins
Test Coverage

jQuery(function()
{
    var body = jQuery('body');

    body.on('contentdone', function( e )
    {
        jQuery(e.target).find(".dialog").addBack('.dialog').addClass('initialized');
    });

});