krzysiekpiasecki / Gentelella

Welcome to Gentelella - Responsive Bootstrap Admin Application based on the Foundation of Symfony and Gentelella!
http://gentelella.herokuapp.com
MIT License
100 stars 54 forks source link

[Insight] Source code should not contain TODO comments - in web/assets/js/custom.js, line 56 #43

Closed krzysiekpiasecki closed 7 years ago

krzysiekpiasecki commented 7 years ago

in web/assets/js/custom.js, line 56

TODO 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.


// Sidebar
function init_sidebar() {
// TODO: This is some kind of easy fix, maybe we can improve this
var setContentHeight = function () {
    // reset height
    $RIGHT_COL.css('min-height', $(window).height());

    var bodyHeight = $BODY.outerHeight(),

Posted from SensioLabsInsight