diff --git a/static/js/settings.js b/static/js/settings.js index ec1f144c78..2aebdd49d8 100644 --- a/static/js/settings.js +++ b/static/js/settings.js @@ -132,7 +132,7 @@ exports.setup_page = function () { // at page load. This promise will be resolved with a list of streams after // the first settings page load. build_stream_list then adds a callback to // the promise, which in most cases will already be resolved. - if (!_streams_defered.isResolved()) { + if (_streams_defered.state() !== "resolved") { channel.get({ url: '/json/streams', success: function (data) {