mirror of
https://github.com/NodeBB/NodeBB.git
synced 2026-05-07 09:05:56 +02:00
fix: debug log
This commit is contained in:
@@ -45,7 +45,6 @@ define('forum/world', [
|
|||||||
}
|
}
|
||||||
|
|
||||||
default: {
|
default: {
|
||||||
console.log('here!');
|
|
||||||
translator.translate(`[[world:latest${params.get('all') === '1' ? '-all' : ''}]]`, function (translated) {
|
translator.translate(`[[world:latest${params.get('all') === '1' ? '-all' : ''}]]`, function (translated) {
|
||||||
sortLabelEl.innerText = translated;
|
sortLabelEl.innerText = translated;
|
||||||
});
|
});
|
||||||
|
|||||||
Reference in New Issue
Block a user