Changed offers in VM pricing, Fixed pricing error changing disk size, VM footer dead links, Added logged out message

This commit is contained in:
Levi 2016-05-19 01:47:16 -04:30
commit e26eecf2eb
13 changed files with 124 additions and 44 deletions

View file

@ -49,5 +49,9 @@ $( document ).ready(function() {
$('.disk-space-selector').on('change',change_attribute);
//Disable input
$('.disk-space-selector').keypress(function(event){
event.preventDefault();
});
});