Changeset 103

Show
Ignore:
Timestamp:
05/07/08 09:53:54 (7 months ago)
Author:
jweiss
Message:

remove debug

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/app/views/deployments/new.html.erb

    r99 r103  
    8383      var own_id = /host_(\d)_on/.exec(this.id)[1]; 
    8484      var other_id = "host_" + own_id + '_off'; 
    85       console.log('in diable host ' + own_id + '. other: ' + other_id); 
    8685      $(this).hide(); 
    8786      $(other_id).show(); 
     
    9493      var own_id = /host_(\d)_off/.exec(this.id)[1]; 
    9594      var other_id = "host_" + own_id + '_on'; 
    96       console.log('in enable host ' + own_id + '. other: ' + other_id); 
    9795      $(this).hide(); 
    9896      $(other_id).show();