Revision adab5d39 ui/static/synnefo.js

b/ui/static/synnefo.js
135 135

  
136 136
// connect to machine action
137 137
function machine_connect(serverIDs){
138
    return;
138 139
    if (!serverIDs.length){
139 140
        //ajax_success('DEFAULT');
140 141
        return false;
......
183 184
    //}
184 185
    
185 186
    // FIXME: I18n ???
186
    var title = 'Connect to: ' + '<span class="machine-title"><img src="static/icons/machines/small/'+os+'-on.png" /> ' + fix_server_name(serverName) + '</span>';
187
    var title = 'Connect to: ' + 
188
        '<span class="machine-title"><img src="static/icons/machines/small/' + os + 
189
        '-on.png" /> ' + serverName + 
190
        '</span>';
187 191
    
188 192
    // open msg box and fill it with json data retrieved from connect machine view
189 193
    try {

Also available in: Unified diff