moved refreshTitle into app.js, messaging someone now invokes an alternating title, hehe

This commit is contained in:
Julian Lam
2013-12-05 23:24:47 -05:00
parent 385aa6df92
commit b81737bc0f
6 changed files with 46 additions and 26 deletions

View File

@@ -119,7 +119,7 @@ var ajaxify = {};
});
}
utils.refreshTitle(url);
app.refreshTitle(url);
}, url, template);