sync updates

This commit is contained in:
Luke Pulverenti 2015-02-08 13:21:24 -05:00
parent 002139addb
commit dea551e078

View File

@ -493,7 +493,7 @@
function renderTabButtons(page, item) {
var elem = $('.tabDetails', page)[0];
var text = elem.textContent || elem.innerText;
var text = elem.textContent || elem.innerText || '';
if (text.trim()) {