diff --git a/static/js/status.es6 b/static/js/status.es6 index d39fb17..c8cc138 100644 --- a/static/js/status.es6 +++ b/static/js/status.es6 @@ -38,7 +38,7 @@ $(document).ready(() => { var $objs = $('tr:not(:hover):not(:active) > td[class*="rolling-"] > div'); $objs.each(function(){ var $this = $(this); - var index = $this.children('div[data-tuna-roll-seq="'+step+'"]').index(); + var index = $this.children('div[data-tuna-roll-seq~="'+step+'"]').index(); if(index == -1){ return; } diff --git a/status.html b/status.html index f96075e..967dd7d 100644 --- a/status.html +++ b/status.html @@ -60,25 +60,39 @@ permalink: /status/ ​
-
Last Successful Sync
-