removed derpy + from header ill come back to that later when im more inspired... fixed ajaxify for custom routed urls, fixed recent/popular/active tab's invalid object initializer

This commit is contained in:
psychobunny
2013-05-08 17:28:22 +00:00
parent baecab84de
commit 8e1ee88878
4 changed files with 8 additions and 6 deletions

View File

@@ -7,7 +7,6 @@ var templates = {};
templates.get_custom_map = function(tpl) {
if (config['custom_mapping'] && tpl) {
for (var pattern in config['custom_mapping']) {
console.log(pattern);
if (tpl.match(pattern)) {
return (config['custom_mapping'][pattern]);
}