Merge remote-tracking branch 'origin/master' into user-icons

This commit is contained in:
Julian Lam
2015-09-30 13:45:33 -04:00
39 changed files with 322 additions and 294 deletions

View File

@@ -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();
});
});