mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-11-10 16:05:49 +01:00
5 lines
123 B
JavaScript
5 lines
123 B
JavaScript
|
|
define(['forum/admin/settings'], function(Settings) {
|
||
|
|
jQuery('document').ready(function() {
|
||
|
|
Settings.prepare();
|
||
|
|
});
|
||
|
|
});
|