@asd20/ui 3.2.570 → 3.2.572

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -5,7 +5,7 @@
5
5
  "*.scss",
6
6
  "*.vue"
7
7
  ],
8
- "version": "3.2.570",
8
+ "version": "3.2.572",
9
9
  "private": false,
10
10
  "license": "MIT",
11
11
  "repository": {
@@ -224,6 +224,12 @@ export default {
224
224
  methods: {
225
225
  goBack() {
226
226
  if (typeof window === 'undefined') return
227
+ const currentLocation = window.location.href
228
+ if (currentLocation.includes('schools') || currentLocation.includes('8080')) {
229
+ const currentURL = new URL(window.location.href)
230
+ this.returnURL = currentURL.origin
231
+ return
232
+ }
227
233
  if (document.referrer.startsWith('http' || '/')) {
228
234
  this.returnURL = document.referrer
229
235
  } else {
@@ -322,7 +322,7 @@ $max: 4rem;
322
322
  &__top {
323
323
  position: relative;
324
324
  margin: 0;
325
- // padding: space(1) space(3) space(1) space(3);
325
+ padding: space(1) space(3) space(1) space(3);
326
326
  grid-column: 1/-1;
327
327
  grid-row: 1/7;
328
328
  background: transparent;