update client sync

This commit is contained in:
Luke Pulverenti
2015-09-14 15:47:03 -04:00
parent c13fc2c4cc
commit 3c190041f2
10 changed files with 347 additions and 48 deletions
+6 -1
View File
@@ -1103,7 +1103,12 @@
outerHtml += '</div>';
html += '<h1>';
if (index == 0) {
html += '<h1>';
}
else {
html += '<h1 style="margin-top:2em;">';
}
html += itemGroupTitle;
html += '</h1>';