| @@ -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']; |