diff --git a/src/main/webapp/webpage/main/ace_main.jsp b/src/main/webapp/webpage/main/ace_main.jsp index f3757250..2191c861 100644 --- a/src/main/webapp/webpage/main/ace_main.jsp +++ b/src/main/webapp/webpage/main/ace_main.jsp @@ -66,7 +66,7 @@ - +
@@ -365,12 +365,12 @@
- +
- +
@@ -517,14 +517,14 @@ size: size }); }) - + $('.sparkline').each(function(){ var $box = $(this).closest('.infobox'); var barColor = !$box.hasClass('infobox-dark') ? $box.css('color') : '#FFF'; $(this).sparkline('html', {tagValuesAttribute:'data-values', type: 'bar', barColor: barColor , chartRangeMin:$(this).data('min') || 0} ); }); - - + + $('#tasks').sortable({ opacity:0.8, revert:true, @@ -542,11 +542,11 @@ if(this.checked) $(this).closest('li').addClass('selected'); else $(this).closest('li').removeClass('selected'); }); - - + + }) - +