diff --git a/core/js/js.js b/core/js/js.js index 965f9fced43..777efe64d31 100644 --- a/core/js/js.js +++ b/core/js/js.js @@ -1315,7 +1315,6 @@ function initCore() { $(document).ready(initCore); -/** // fallback to hashchange when no history support if (window.history.pushState) { window.onpopstate = _.bind(OC.Util.History._onPopState, OC.Util.History);