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