| Current Path : /var/www/components/com_breezingforms/themes/quickmode-bootstrap/stasis/ |
| 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> ");
}
);
});