mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-11-09 23:45:45 +01:00
5 lines
100 B
JavaScript
5 lines
100 B
JavaScript
define(['forum/admin/settings'], function(Settings) {
|
|
$(function() {
|
|
Settings.prepare();
|
|
});
|
|
}); |