($el)
| 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) { |