Unbreak browser back button not working (#15640)

Unbreak browser back button not working
This commit is contained in:
John Molakvoæ 2019-05-20 22:31:27 +02:00 committed by GitHub
commit 8b058b03a0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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