| @@ -37,9 +37,9 @@ | ||
| 37 | 37 | </div> |
| 38 | 38 | <div v-else> |
| 39 | 39 | <div class="lp-place-holder"> |
| 40 | 40 | <?php learn_press_admin_view( 'placeholder-animation' ); ?> |
| 41 | - <div class="notify-reload"><?php esc_html_e( 'Something went wrong! Please reload to continue editing curriculum.', 'learnpress' ); ?></div> | |
| 41 | + <div class="notify-reload"><?php esc_html_e( 'Something went wrong! Please reload to continue editing the curriculum.', 'learnpress' ); ?></div> | |
| 42 | 42 | </div> |
| 43 | 43 | </div> |
| 44 | 44 | </div> |
| 45 | 45 | </script> |
| @@ -52,11 +52,11 @@ | ||
| 52 | 52 | ( function( $store ) { |
| 53 | 53 | $Vue.component( 'lp-course-editor', { |
| 54 | 54 | template: '#tmpl-lp-course-editor', |
| 55 | 55 | created: function() { |
| 56 | - setInterval( function() { | |
| 56 | + /*setInterval( function() { | |
| 57 | 57 | $store.dispatch( 'heartbeat' ); |
| 58 | - }, 60 * 1000); | |
| 58 | + }, 60 * 1000);*/ | |
| 59 | 59 | }, |
| 60 | 60 | computed: { |
| 61 | 61 | heartbeat: function() { |
| 62 | 62 | return $store.getters['heartbeat']; |