Skip to content

Commit bcf13f7

Browse files
committed
newlines
1 parent 0b1a3af commit bcf13f7

File tree

8 files changed

+8
-8
lines changed

8 files changed

+8
-8
lines changed

404.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,4 +55,4 @@
5555
<p class="text">404 - Page not found!</p>
5656
</div>
5757
</body>
58-
</html>
58+
</html>

CNAME

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
demo.emulatorjs.org
1+
demo.emulatorjs.org

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
# EmulatorJS - Demo
22
This has version selection from the cdn.
33
## Usage
4-
You can access the demo page at: [https://demo.emulatorjs.org](https://demo.emulatorjs.org)
4+
You can access the demo page at: [https://demo.emulatorjs.org](https://demo.emulatorjs.org)

ads.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
google.com, pub-8832864985153925, DIRECT, f08c47fec0942fa0
1+
google.com, pub-8832864985153925, DIRECT, f08c47fec0942fa0

main.css

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -296,4 +296,3 @@ input:checked+.slider:before {
296296
.slider.round:before {
297297
border-radius: 50%;
298298
}
299-

main.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -309,4 +309,4 @@ function loadLanguages(sysLang, lang_select) {
309309
} else {
310310
localStorage.setItem("language", "auto");
311311
}
312-
}
312+
}

manifest.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,4 +35,5 @@
3535
"purpose": "maskable"
3636
}
3737
]
38-
}
38+
}
39+

sw.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ const OFFLINE_FILES = [
2222
"https://cdn.emulatorjs.org/stable/data/compression/libunrar.js",
2323
"https://cdn.emulatorjs.org/stable/data/compression/libunrar.wasm"
2424
];
25-
let STABLE_EJS_VER = "4.2.2"; // Fallback version if the request fails
25+
let STABLE_EJS_VER = "4.2.3"; // Fallback version if the request fails
2626

2727
importScripts('/main.js');
2828

0 commit comments

Comments
 (0)