Fix history breaking on autorefresh

This commit is contained in:
Matthias Jentsch 2015-08-28 16:04:57 +02:00
parent ded6666897
commit 4e2595c09b
1 changed files with 1 additions and 1 deletions

View File

@ -590,7 +590,7 @@
}
// Update history when necessary
if (req.addToHistory) {
if (! req.autorefresh && req.addToHistory) {
if (req.$target.hasClass('container')) {
// We only want to care about top-level containers
if (req.$target.parent().closest('.container').length === 0) {