Jacky Zhao
2023-11-16 5befcf4780a9f1c2872dead5d25100d47452ea1e
fix: format
1 files modified
2 ■■■ changed files
quartz/components/scripts/spa.inline.ts 2 ●●● patch | view | raw | blame | history
quartz/components/scripts/spa.inline.ts
@@ -15,7 +15,7 @@
    if (window.location.origin === url.origin) {
      return true
    }
  } catch (e) { }
  } catch (e) {}
  return false
}