mirror of
https://github.com/BetterSEQTA/BetterSEQTA-Plus.git
synced 2026-06-06 03:34:40 +00:00
fix error
This commit is contained in:
+2
-2
@@ -2221,8 +2221,8 @@ function hexToRGB(hex) {
|
|||||||
b = parseInt(hex.slice(5, 7), 16);
|
b = parseInt(hex.slice(5, 7), 16);
|
||||||
|
|
||||||
return { r: r, g: g, b: b };
|
return { r: r, g: g, b: b };
|
||||||
} catch(e) {
|
} catch {
|
||||||
console.error(e);
|
// do nothing becuase this functoin is a bit broken right now (feel free to fix it!)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user