mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-11-15 18:26:15 +01:00
more stuff on pw reset
This commit is contained in:
@@ -5,7 +5,7 @@ function loadTemplates(templatesToLoad) {
|
||||
|
||||
for (var t in templatesToLoad) {
|
||||
(function(template) {
|
||||
$.get('templates/' + template + '.tpl?v=' + timestamp, function(html) {
|
||||
$.get('/templates/' + template + '.tpl?v=' + timestamp, function(html) {
|
||||
templates[template] = html;
|
||||
});
|
||||
}(templatesToLoad[t]));
|
||||
|
||||
Reference in New Issue
Block a user