change the formatting of the correct phrase to put the phrase in a codeblock
This commit is contained in:
parent
d45e12c902
commit
6493d5668e
2
main.ts
2
main.ts
@ -160,7 +160,7 @@ function checkMessage(message) {
|
||||
}
|
||||
|
||||
arrayRotate(rebuildMessageArray, true, 1);
|
||||
rebuildMessageArray.unshift(phrase);
|
||||
rebuildMessageArray.unshift("`" + phrase + "`");
|
||||
arrayRotate(rebuildMessageArray, true, 2);
|
||||
console.log(rebuildMessageArray);
|
||||
// Build into string and set to variable!
|
||||
|
3
nbproject/project.properties
Normal file
3
nbproject/project.properties
Normal file
@ -0,0 +1,3 @@
|
||||
files.encoding=UTF-8
|
||||
site.root.folder=
|
||||
source.folder=
|
9
nbproject/project.xml
Normal file
9
nbproject/project.xml
Normal file
@ -0,0 +1,9 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<project xmlns="http://www.netbeans.org/ns/project/1">
|
||||
<type>org.netbeans.modules.web.clientproject</type>
|
||||
<configuration>
|
||||
<data xmlns="http://www.netbeans.org/ns/clientside-project/1">
|
||||
<name>nomoreacronyms</name>
|
||||
</data>
|
||||
</configuration>
|
||||
</project>
|
Loading…
Reference in New Issue
Block a user