Revision 0c26d55c snf-cyclades-app/synnefo/ui/new_ui/ui/javascripts/common.js

b/snf-cyclades-app/synnefo/ui/new_ui/ui/javascripts/common.js
264 264
    $('.check').click(function(e){
265 265
        e.preventDefault();
266 266
        e.stopPropagation();
267
        console.log('check this', this);
268
        console.log('check $this', $(this));
269 267
        ui.changeCheckboxState(this);
270 268
    });
271 269

  

Also available in: Unified diff