dualsense-ts 5.2.0 → 5.2.1
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
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
<html>
|
|
3
3
|
<head>
|
|
4
4
|
<meta charset="utf-8">
|
|
5
|
-
<title>
|
|
5
|
+
<title>dualsense-ts</title>
|
|
6
6
|
<script type="text/javascript">
|
|
7
7
|
// Single Page Apps for GitHub Pages
|
|
8
8
|
// MIT License
|
|
@@ -22,7 +22,7 @@
|
|
|
22
22
|
// https://username.github.io/repo-name/one/two?a=b&c=d#qwe becomes
|
|
23
23
|
// https://username.github.io/repo-name/?/one/two&a=b~and~c=d#qwe
|
|
24
24
|
// Otherwise, leave pathSegmentsToKeep as 0.
|
|
25
|
-
var pathSegmentsToKeep =
|
|
25
|
+
var pathSegmentsToKeep = 1;
|
|
26
26
|
|
|
27
27
|
var l = window.location;
|
|
28
28
|
l.replace(
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
<html>
|
|
3
3
|
<head>
|
|
4
4
|
<meta charset="utf-8">
|
|
5
|
-
<title>
|
|
5
|
+
<title>dualsense-ts</title>
|
|
6
6
|
<script type="text/javascript">
|
|
7
7
|
// Single Page Apps for GitHub Pages
|
|
8
8
|
// MIT License
|
|
@@ -22,7 +22,7 @@
|
|
|
22
22
|
// https://username.github.io/repo-name/one/two?a=b&c=d#qwe becomes
|
|
23
23
|
// https://username.github.io/repo-name/?/one/two&a=b~and~c=d#qwe
|
|
24
24
|
// Otherwise, leave pathSegmentsToKeep as 0.
|
|
25
|
-
var pathSegmentsToKeep =
|
|
25
|
+
var pathSegmentsToKeep = 1;
|
|
26
26
|
|
|
27
27
|
var l = window.location;
|
|
28
28
|
l.replace(
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"name":"noskop","short_name":"noskop","icons":[{"src":"/android-chrome-192x192.png","sizes":"192x192","type":"image/png"},{"src":"/android-chrome-512x512.png","sizes":"512x512","type":"image/png"}],"theme_color":"#ffffff","background_color":"#ffffff","display":"standalone"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"name":"noskop","short_name":"noskop","icons":[{"src":"/android-chrome-192x192.png","sizes":"192x192","type":"image/png"},{"src":"/android-chrome-512x512.png","sizes":"512x512","type":"image/png"}],"theme_color":"#ffffff","background_color":"#ffffff","display":"standalone"}
|