fixed logger.tpl to use the new requirejs code

v1.18.x
Andrew Darqui 11 years ago
parent 0b299b2fe7
commit 8cc71d2b47

@ -40,10 +40,7 @@
<button class="btn btn-lg btn-primary" id="save">Save</button>
<script>
var loadDelay = setInterval(function() {
if (nodebb_admin) {
nodebb_admin.prepare();
clearInterval(loadDelay);
}
}, 500);
require(['forum/admin/settings'], function(Settings) {
Settings.prepare();
});
</script>

Loading…
Cancel
Save