|
|
|
@ -630,6 +630,7 @@ var socket,
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
app.load = function() {
|
|
|
|
|
$('document').ready(function () {
|
|
|
|
|
var url = window.location.pathname.slice(1),
|
|
|
|
|
tpl_url = ajaxify.getTemplateMapping(url);
|
|
|
|
@ -667,6 +668,7 @@ var socket,
|
|
|
|
|
});
|
|
|
|
|
});
|
|
|
|
|
});
|
|
|
|
|
};
|
|
|
|
|
|
|
|
|
|
showWelcomeMessage = location.href.indexOf('loggedin') !== -1;
|
|
|
|
|
|
|
|
|
|