Changed offers in VM pricing, Fixed pricing error changing disk size, VM footer dead links, Added logged out message
This commit is contained in:
parent
c3abf806c6
commit
e26eecf2eb
13 changed files with 124 additions and 44 deletions
|
|
@ -49,5 +49,9 @@ $( document ).ready(function() {
|
|||
|
||||
$('.disk-space-selector').on('change',change_attribute);
|
||||
|
||||
//Disable input
|
||||
$('.disk-space-selector').keypress(function(event){
|
||||
event.preventDefault();
|
||||
});
|
||||
|
||||
});
|
||||
Loading…
Add table
Add a link
Reference in a new issue