MCPcopy Index your code
hub / github.com/codecombat/codecombat / hideLoading

Method hideLoading

app/views/play/CampaignView.js:432–436  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

430 }
431
432 hideLoading () {
433 if (!this.campaign) {
434 this.$el.find('.game-controls, .user-status').removeClass('hidden')
435 }
436 }
437
438 openPromotionModal (e) {
439 if (e) {

Callers 9

forkModelMethod · 0.80
onClickSaveButtonMethod · 0.80
onModelSubmittedMethod · 0.80
onAnimateFileLoadMethod · 0.80
makeNewLevelComponentMethod · 0.80
commitLevelMethod · 0.80
makeNewLevelSystemMethod · 0.80
afterRenderMethod · 0.80
onSearchChangeMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected