mirror of
https://github.com/Threnklyn/MinecraftChat.git
synced 2026-05-25 15:28:27 +02:00
Updated readme screenshot
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
module.exports = function escapeHtml(unsafe) {
|
||||
module.exports = (unsafe) => {
|
||||
return unsafe
|
||||
.replace(/&/g, '&')
|
||||
.replace(/</g, '<')
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
module.exports = function stringToCode(string) {
|
||||
module.exports = (string) => {
|
||||
|
||||
var dictionary = {
|
||||
'black': 0,
|
||||
|
||||
Reference in New Issue
Block a user