From 969e753c196585fa56bb219544db793f8882aeb7 Mon Sep 17 00:00:00 2001 From: Felix Pahlow Date: Mon, 20 May 2019 20:00:29 +0200 Subject: [PATCH] Unbreak browser back button not working Removed comment left over from https://github.com/nextcloud/server/commit/ab73c9c3282fa3550fcf349ea30e399de202f4ed#diff-c493b80ad1a9bcfa6b69637097972371L1314 Resolves: #15265 --- core/js/js.js | 1 - 1 file changed, 1 deletion(-) 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);