Skip to content

[Insight] Your project should not contain "FIXME" comments - in public/js/ajaxPictures.js, line 92 #8

@tcheuD

Description

@tcheuD

in public/js/ajaxPictures.js, line 92

Tasks comments are left in the code when a feature (or a bug) isn't completely developed (or fixed). You should complete the implementation and remove the comment.

});

$(document).on('change', '.input-pic-new', function()
{
    $(this).hide();
    //TODO: add edit icon
});


Posted from SymfonyInsight

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions