Browse Source

Drop duplicate isLoading set to false

pull/124/head
William Tisäter 11 years ago committed by William Tisäter
parent
commit
60f1d74012
  1. 2
      ui/javascripts/app/controllers.js

2
ui/javascripts/app/controllers.js

@ -149,8 +149,6 @@ App.KvShowController.reopen({
// Render the error message on the form if the request failed
controller.set('errorMessage', 'Received error while processing: ' + response.statusText)
});
controller.set('isLoading', false);
}
}
});

Loading…
Cancel
Save