|
|
@ -153,7 +153,7 @@ var ajaxify = ajaxify || {};
|
|
|
|
var tpl_url = ajaxify.getCustomTemplateMapping(url.split('?')[0]);
|
|
|
|
var tpl_url = ajaxify.getCustomTemplateMapping(url.split('?')[0]);
|
|
|
|
|
|
|
|
|
|
|
|
if (tpl_url === false && !templates[url]) {
|
|
|
|
if (tpl_url === false && !templates[url]) {
|
|
|
|
tpl_url = url.split('/');
|
|
|
|
tpl_url = ajaxify.removeRelativePath(url).split('/');
|
|
|
|
|
|
|
|
|
|
|
|
while(tpl_url.length) {
|
|
|
|
while(tpl_url.length) {
|
|
|
|
if (ajaxify.isTemplateAvailable(tpl_url.join('/'))) {
|
|
|
|
if (ajaxify.isTemplateAvailable(tpl_url.join('/'))) {
|
|
|
|