From 9e8e14592449bfe780be5051447930ce82858a17 Mon Sep 17 00:00:00 2001 From: j <0x006A@0x2620.org> Date: Fri, 20 Feb 2015 21:00:03 +0530 Subject: [PATCH] continue parsing if getPart resets page --- source/UI/js/Core/URL.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/source/UI/js/Core/URL.js b/source/UI/js/Core/URL.js index 9a9ad953..aa55d76c 100644 --- a/source/UI/js/Core/URL.js +++ b/source/UI/js/Core/URL.js @@ -802,6 +802,8 @@ Ox.URL = function(options) { } else { getHash(); } + } else { + getHash(); } }); } else {