mirror of
https://github.com/sehugg/8bitworkshop.git
synced 2025-01-10 16:29:48 +00:00
updated sentry
This commit is contained in:
parent
9bc9992aec
commit
418a612810
@ -613,8 +613,8 @@ $( ".dropdown-submenu" ).click(function(event) {
|
|||||||
|
|
||||||
<!-- Sentry error reporting -->
|
<!-- Sentry error reporting -->
|
||||||
<script
|
<script
|
||||||
src="https://browser.sentry-cdn.com/5.25.0/bundle.tracing.min.js"
|
src="https://browser.sentry-cdn.com/5.27.2/bundle.min.js"
|
||||||
integrity="sha384-MxPEqyePOMqaz3prq1TexMEXtfnxqvet9uhebPAm5SI4Pz3Ga9HwbmE5FY2Bah20"
|
integrity="sha384-+69fdGw+g5z0JJXjw46U9Ls/d9Y4Zi6KUlCcub+qIWsUoIlyimCujtv+EnTTHPTD"
|
||||||
crossorigin="anonymous"
|
crossorigin="anonymous"
|
||||||
></script>
|
></script>
|
||||||
<script>
|
<script>
|
||||||
|
@ -1995,7 +1995,7 @@ function addPageFocusHandlers() {
|
|||||||
}
|
}
|
||||||
});
|
});
|
||||||
$(window).on("orientationchange", () => {
|
$(window).on("orientationchange", () => {
|
||||||
if (platform) setTimeout(platform.resize.bind(platform), 200);
|
if (platform && platform.resize) setTimeout(platform.resize.bind(platform), 200);
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user