MCPcopy Create free account
hub / github.com/codecombat/codecombat / showLoading

Method showLoading

app/views/play/CampaignView.js:425–430  ·  view source on GitHub ↗
($el)

Source from the content-addressed store, hash-verified

423 }
424
425 showLoading ($el) {
426 if (!this.campaign) {
427 this.$el.find('.game-controls, .user-status').addClass('hidden')
428 this.$el.find('.portal .campaign-name span').text($.i18n.t('common.loading'))
429 }
430 }
431
432 hideLoading () {
433 if (!this.campaign) {

Callers 1

onClickPlayLevelMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected