mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-11-17 19:21:04 +01:00
Merge remote-tracking branch 'origin/master' into user-icons
This commit is contained in:
@@ -307,6 +307,9 @@ $(document).ready(function() {
|
||||
}
|
||||
|
||||
app.load();
|
||||
templates.cache['500'] = $('.tpl-500').html();
|
||||
|
||||
$('[data-template]').each(function() {
|
||||
templates.cache[$(this).attr('data-template')] = $(this).html();
|
||||
});
|
||||
|
||||
});
|
||||
Reference in New Issue
Block a user