Skip to content

Commit

Permalink
Remove kimchi.setListVMAuto call function
Browse files Browse the repository at this point in the history
Commit 8611c1e added listeners to Guests page but forgot to update the
kimchi.guest_edit_main.js file.

Signed-off-by: Aline Manera <aline.manera@gmail.com>
  • Loading branch information
alinefm committed Sep 10, 2017
1 parent 42dff0e commit 8eda283
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions ui/js/src/kimchi.guest_edit_main.js
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,6 @@ kimchi.guest_edit_main = function() {
clearTimeout(kimchi.vmTimeout);
var bootOrderOptions = [];

$('#modalWindow').on('hidden.bs.modal', function() {
kimchi.setListVMAutoTimeout();
});

$('#guest-edit-window a[data-toggle="tab"]').on('show.bs.tab', function(tab) {
tab.target; // newly activated tab
tab.relatedTarget; // previous active tab
Expand Down

0 comments on commit 8eda283

Please sign in to comment.