Revision 73e25ce2 ui/static/snf/js/utils.js

b/ui/static/snf/js/utils.js
134 134
    synnefo.util.equalHeights = function() {
135 135
        var max_height = 0;
136 136
        var selectors = _.toArray(arguments);
137

  
137
            
138
        _.each(selectors, function(s){
139
            console.log($(s).height());
140
        })
138 141
        // TODO: implement me
139 142
    }
140 143

  

Also available in: Unified diff