Fix shortURL redirection

This commit is contained in:
Ray Schamp 2015-05-15 10:09:58 -04:00
parent ffd2683cae
commit f12635d2b3

View file

@ -411,7 +411,7 @@ $(document).on('click', "[data-action='show']", function(e) {
$(window).on('hashchange', function(e) {
var path = document.location.hash.split('#')[1] || document.location.hash || 'home';
showPage(path);
if (path.charAt(0) != '!') showPage(path);
});
$(document).on("page:show", function(e, page){