Update project limits when flavor changes

Trigger project limit update while user is selecting the flavors.

(cherry picked from commit 1ccb628cd1)

Change-Id: I87621858562cc84d2d7bf6c6db9d73731c72be70
Closes-Bug: #1392735
This commit is contained in:
lin-hua-cheng 2014-11-14 07:17:20 -08:00 committed by Kieran Spear
parent 0cb3a4cd40
commit be88d144ec
1 changed files with 1 additions and 1 deletions

View File

@ -401,7 +401,7 @@ horizon.Quota = {
scope.disableFlavorsForImage();
};
$('#id_flavor').on('change', eventCallback);
$('#id_flavor').on('keyup change', eventCallback);
$('#id_count').on('keyup', eventCallback);
$('#id_image_id').on('change', imageChangeCallback);
}