Home
last modified time | relevance | path

Searched refs:orphanCount (Results 1 – 1 of 1) sorted by relevance

/plugin/annotations/
H A Dscript.js676 function renderCounter(stats, orphanCount) { argument
680 if (stats.total === 0 && orphanCount === 0) return;
692 if (orphanCount > 0) {
697 orphanLink.textContent = fmt(t('counter_orphaned', '%d orphaned'), orphanCount);
706 if (_isAdmin && (stats.resolved > 0 || orphanCount > 0)) {
715 if (orphanCount > 0) {
747 function updateCounter(orphanCount) { argument
749 if (orphanCount === undefined) {
750 orphanCount = 0;
754 orphanCount++;
[all …]