widgets.render doesn't actually use the url

This commit is contained in:
psychobunny
2014-07-09 15:20:59 -04:00
parent 9d7a8fcc0b
commit ecbb05ccca
2 changed files with 3 additions and 3 deletions

View File

@@ -93,7 +93,7 @@ var ajaxify = ajaxify || {};
templates.parse(tpl_url, data, function(template) {
translator.translate(template, function(translatedTemplate) {
$('#content').html(translatedTemplate);
ajaxify.widgets.render(tpl_url, url);
ajaxify.widgets.render(tpl_url);
ajaxify.variables.parse();