There was an error while loading. Please reload this page.
1 parent 8ca8c67 commit bd13b3fCopy full SHA for bd13b3f
1 file changed
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