Unbreak browser back button not working

Removed comment left over from ab73c9c328 (diff-c493b80ad1a9bcfa6b69637097972371L1314)

Resolves: #15265
This commit is contained in:
Felix Pahlow 2019-05-20 20:00:29 +02:00 committed by GitHub
parent 7c481fdf11
commit 969e753c19
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 1 deletions

View File

@ -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);