deprecated: plugins/fireHook, filter:server.create_routes, filter:admin.create_routes

This commit is contained in:
psychobunny
2014-03-31 13:03:22 -04:00
parent 0f20352fbb
commit f01cb88c57
2 changed files with 0 additions and 158 deletions

View File

@@ -67,19 +67,6 @@ var ajaxify = ajaxify || {};
window.history[!quiet ? 'pushState' : 'replaceState']({
url: url + hash
}, url, RELATIVE_PATH + '/' + url + hash);
$.ajax(RELATIVE_PATH + '/plugins/fireHook', {
type: 'PUT',
data: {
_csrf: $('#csrf_token').val(),
hook: 'page.load',
args: {
template: tpl_url,
url: url,
uid: app.uid
}
}
});
}
translator.load(tpl_url);