Refactored Little Caprice Dreams. Fixed Karups breaking on BoyFun domain.
This commit is contained in:
@@ -60,7 +60,7 @@ function kgToLbs(kgs) {
|
||||
}
|
||||
|
||||
function curateConvertInput(string) {
|
||||
if (/['’]|(fe*o*t)/.test(string)) {
|
||||
if (/['’′]|(fe*o*t)/.test(string)) {
|
||||
const result = string.match(/(\d+).*?(\d+)/);
|
||||
|
||||
if (result) {
|
||||
|
||||
Reference in New Issue
Block a user