mirror of
https://github.com/Investigamer/cardconjurer.git
synced 2025-07-27 05:14:53 -05:00
Update hide reminder text to replace globally
This commit is contained in:
@@ -2696,7 +2696,7 @@ function writeText(textObject, targetContext) {
|
||||
rulesText = rawText.substring(0, flavorIndex);
|
||||
}
|
||||
|
||||
rulesText = rulesText.replace(/\([^\)]+\)/, '');
|
||||
rulesText = rulesText.replace(/\([^\)]+\)/g, '');
|
||||
|
||||
rawText = rulesText + flavorText;
|
||||
}
|
||||
|
Reference in New Issue
Block a user