mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-10 18:22:39 +00:00
Mergey Merge Polaris VChat
This commit is contained in:
@@ -152,11 +152,7 @@ function start_vue() {
|
||||
admin: false
|
||||
},
|
||||
{
|
||||
<<<<<<< HEAD
|
||||
matches: ".notice, .adminnotice, .info, .sinister, .cult",
|
||||
=======
|
||||
matches: ".notice:not(.pm), .adminnotice, .info, .sinister, .cult",
|
||||
>>>>>>> 715de43... VChat: Redone chat output done in Vue.js (#6761)
|
||||
becomes: "vc_info",
|
||||
pretty: "Notices",
|
||||
tooltip: "Non-urgent messages from the game and items",
|
||||
@@ -164,11 +160,7 @@ function start_vue() {
|
||||
admin: false
|
||||
},
|
||||
{
|
||||
<<<<<<< HEAD
|
||||
matches: ".critical, .danger, .userdanger, .warning, .italics",
|
||||
=======
|
||||
matches: ".critical, .danger, .userdanger, .warning:not(.pm), .italics",
|
||||
>>>>>>> 715de43... VChat: Redone chat output done in Vue.js (#6761)
|
||||
becomes: "vc_warnings",
|
||||
pretty: "Warnings",
|
||||
tooltip: "Urgent messages from the game and items",
|
||||
@@ -191,7 +183,6 @@ function start_vue() {
|
||||
required: false,
|
||||
admin: false
|
||||
},
|
||||
<<<<<<< HEAD
|
||||
//VOREStation Add Start
|
||||
{
|
||||
matches: ".nif",
|
||||
@@ -202,8 +193,6 @@ function start_vue() {
|
||||
admin: false
|
||||
},
|
||||
//VOREStation Add End
|
||||
=======
|
||||
>>>>>>> 715de43... VChat: Redone chat output done in Vue.js (#6761)
|
||||
{
|
||||
matches: ".pm",
|
||||
becomes: "vc_adminpm",
|
||||
@@ -685,11 +674,7 @@ function start_vue() {
|
||||
hiddenElement.target = '_blank';
|
||||
hiddenElement.download = filename;
|
||||
hiddenElement.click();
|
||||
<<<<<<< HEAD
|
||||
//Probably what will end up getting used
|
||||
=======
|
||||
//Probably what will end up getting used
|
||||
>>>>>>> 715de43... VChat: Redone chat output done in Vue.js (#6761)
|
||||
} else {
|
||||
var blob = new Blob([textToSave], {type: 'text/html;charset=utf8;'});
|
||||
saved = window.navigator.msSaveOrOpenBlob(blob, filename);
|
||||
|
||||
Reference in New Issue
Block a user