app/assets/javascripts/banners.js.coffee

Summary

Maintainability
Test Coverage

Line contains a trailing semicolon
Open

    $(text_selector).val(background_color);

Line contains a trailing semicolon
Open

        App.Banners.update_font_color("#js-banner-title", "#banner_font_color_picker", $(this).val());

Line contains a trailing semicolon
Open

        App.Banners.update_font_color("#js-banner-title", "#banner_font_color", $(this).val());

Line contains a trailing semicolon
Open

        App.Banners.update_background_color("#js-banner-background", "#banner_background_color_picker", $(this).val());

Line contains a trailing semicolon
Open

        App.Banners.update_font_color("#js-banner-description", "#banner_font_color_picker", $(this).val());

Line contains a trailing semicolon
Open

    $(selector).css('background-color', background_color);

Line contains a trailing semicolon
Open

        App.Banners.update_background_color("#js-banner-background", "#banner_background_color", $(this).val());

Line contains a trailing semicolon
Open

    $(selector).css('color', font_color);

Line contains a trailing semicolon
Open

    $(text_selector).val(font_color);

Line contains a trailing semicolon
Open

        App.Banners.update_font_color("#js-banner-description", "#banner_font_color", $(this).val());

There are no issues that match your filters.

Category
Status