projects
/
vchess.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e57c4de
)
Test 'server is reloading' message
author
Benjamin Auder
<benjamin.auder@somewhere>
Sun, 8 Mar 2020 11:00:46 +0000
(12:00 +0100)
committer
Benjamin Auder
<benjamin.auder@somewhere>
Sun, 8 Mar 2020 11:00:46 +0000
(12:00 +0100)
client/src/views/About.vue
patch
|
blob
|
blame
|
history
diff --git
a/client/src/views/About.vue
b/client/src/views/About.vue
index
711cc0b
..
b7f47af
100644
(file)
--- a/
client/src/views/About.vue
+++ b/
client/src/views/About.vue
@@
-13,10
+13,10
@@
export default {
content: function() {
return (
require("raw-loader!@/translations/about/" + store.state.lang + ".pug")
-
// Next two lines fix a weird issue after last update (2019-11)
-
.replace(/\\[n"]/g, " ")
-
.replace('module.exports = "', "")
-
.replace(/"$/, "")
+ // Next two lines fix a weird issue after last update (2019-11)
+ .replace(/\\[n"]/g, " ")
+ .replace('module.exports = "', "")
+ .replace(/"$/, "")
);
}
}