more stuff on pw reset

This commit is contained in:
Julian Lam
2013-04-23 16:18:43 -04:00
parent 9fcbca8da9
commit e56e7b549b
6 changed files with 40 additions and 9 deletions

View File

@@ -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]));