sync updates
This commit is contained in:
@@ -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()) {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user