We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7817f4a commit 0cd91d3Copy full SHA for 0cd91d3
src/pat/structure/js/views/app.js
@@ -188,9 +188,6 @@ export default BaseView.extend({
188
// specifying a path.
189
path = "";
190
}
191
- if (url && path !== "") {
192
- document.body.dataset.baseUrl = url;
193
- }
194
$("body").trigger("structure-url-changed", [path]);
195
196
this.loading.hide();
@@ -229,7 +226,6 @@ export default BaseView.extend({
229
226
path = "/";
230
227
231
228
this.setCurrentPath(path);
232
- document.body.dataset.baseUrl = `${document.body.dataset.portalUrl}${path}`;
233
234
// since this next call causes state to be pushed...
235
this.doNotPushState = true;
0 commit comments