Browsing engine didn't initialize properly from permalink: it triggered an update when other parts of the UI hadn't been constructed.
git-svn-id: http://google-refine.googlecode.com/svn/trunk@770 7d457c2a-affb-35e4-300a-418c747d4874
This commit is contained in:
parent
624b421da9
commit
1a87d672cf
@ -118,6 +118,10 @@ function initializeUI(uiState) {
|
||||
});
|
||||
|
||||
$(window).bind("resize", resizeAll);
|
||||
|
||||
if (uiState.facets) {
|
||||
Gridworks.update({ engineChanged: true });
|
||||
}
|
||||
}
|
||||
|
||||
Gridworks.setTitle = function(status) {
|
||||
|
@ -27,8 +27,6 @@ function BrowsingEngine(div, facetConfigs) {
|
||||
|
||||
this._facets.push({ elmt: elmt, facet: facet });
|
||||
}
|
||||
|
||||
Gridworks.update({ engineChanged: true });
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user