Your IP : 10.10.0.253


Current Path : /var/www/components/com_breezingforms/themes/quickmode-bootstrap/stasis/
Upload File :
Current File : /var/www/components/com_breezingforms/themes/quickmode-bootstrap/stasis/script.js

JQuery(document).ready(function(){
    JQuery(".bfQuickMode legend").each(
        function(){
            JQuery(this).prepend("<i class='icon-edit bfLegendIcon'></i> ");
        }
    );
});