Updated Drupal to 8.6. This goes with the following updates because it's possible...
[yaffs-website] / web / core / modules / tour / js / tour.js
index 4e675db7ba2d79d5f5e3fee093a15c96bd547281..8893fc3b14216a4bf465f4b440cd73514fb81898 100644 (file)
         }
 
         $tour.find('li').each(function (index) {
-          var progress = Drupal.t('!tour_item of !total', { '!tour_item': index + 1, '!total': total });
+          var progress = Drupal.t('!tour_item of !total', {
+            '!tour_item': index + 1,
+            '!total': total
+          });
           $(this).find('.tour-progress').text(progress);
         }).eq(-1).attr('data-text', Drupal.t('End tour'));
       }