mirror of
https://github.com/nuttylmao/nutty.gg.git
synced 2026-09-19 12:10:59 -04:00
Forgot to capitalize an 's' lmao
This commit is contained in:
@@ -48,7 +48,7 @@ const showStreamlabsDonations = GetBooleanParam("showStreamlabsDonations", true)
|
||||
const showStreamElementsTips = GetBooleanParam("showStreamElementsTips", true);
|
||||
const showPatreonMemberships = GetBooleanParam("showPatreonMemberships", true);
|
||||
const showKofiDonations = GetBooleanParam("showKofiDonations", true);
|
||||
const showTipeeestreamDonations = GetBooleanParam("showTipeeestreamDonations", true);
|
||||
const showTipeeeStreamDonations = GetBooleanParam("showTipeeeStreamDonations", true);
|
||||
|
||||
// Set fonts for the widget
|
||||
document.body.style.fontFamily = font;
|
||||
@@ -781,7 +781,7 @@ function KofiShopOrder(data) {
|
||||
}
|
||||
|
||||
function TipeeeStreamDonation(data) {
|
||||
if (!showTipeeestreamDonations)
|
||||
if (!showTipeeeStreamDonations)
|
||||
return;
|
||||
|
||||
const user = data.username;
|
||||
|
||||
@@ -47,7 +47,7 @@ const showStreamlabsDonations = GetBooleanParam("showStreamlabsDonations", true)
|
||||
const showStreamElementsTips = GetBooleanParam("showStreamElementsTips", true);
|
||||
const showPatreonMemberships = GetBooleanParam("showPatreonMemberships", true);
|
||||
const showKofiDonations = GetBooleanParam("showKofiDonations", true);
|
||||
const showTipeeestreamDonations = GetBooleanParam("showTipeeestreamDonations", true);
|
||||
const showTipeeeStreamDonations = GetBooleanParam("showTipeeeStreamDonations", true);
|
||||
|
||||
// Set fonts for the widget
|
||||
document.body.style.fontFamily = font;
|
||||
@@ -1283,7 +1283,7 @@ function KofiShopOrder(data) {
|
||||
}
|
||||
|
||||
function TipeeeStreamDonation(data) {
|
||||
if (!showTipeeestreamDonations)
|
||||
if (!showTipeeeStreamDonations)
|
||||
return;
|
||||
|
||||
// Get a reference to the template
|
||||
|
||||
Reference in New Issue
Block a user