Revision f3b14a28 ui/templates/machines.html

b/ui/templates/machines.html
863 863
        e.stopPropagation();
864 864
    }
865 865
};
866
document.onkeyup = bar.onkeyup; 
866
document.onkeyup = bar.onkeyup;
867 867

  
868 868

  
869 869
//metadata cancel edit button
......
1014 1014
        action[0]([serverID]); // execute action
1015 1015
    }
1016 1016
    update_confirmations();
1017
    return false;
1017 1018
});
1018 1019

  
1019 1020
// cancel all actions
......
1023 1024
    $('#machinesview-list .actions .selected').removeClass('selected');
1024 1025
    $('#machines-pane .machine .display').removeClass('display');
1025 1026
    update_confirmations();
1027
    return false;
1026 1028
});
1027 1029

  
1028 1030
// basic functions executed on page load

Also available in: Unified diff