mirror of
https://git.lolcat.ca/lolcat/4get.git
synced 2024-11-14 03:49:48 +01:00
ok this is the last fuckup i make uhgghuhguwhguiwbehgf
This commit is contained in:
parent
f7232030c3
commit
3f0dbba5b3
1 changed files with 3 additions and 3 deletions
|
@ -78,8 +78,8 @@ class brave{
|
||||||
"spellcheck" => [
|
"spellcheck" => [
|
||||||
"display" => "Spellcheck",
|
"display" => "Spellcheck",
|
||||||
"option" => [
|
"option" => [
|
||||||
"no" => "No",
|
"yes" => "Yes",
|
||||||
"yes" => "Yes"
|
"no" => "No"
|
||||||
]
|
]
|
||||||
]
|
]
|
||||||
];
|
];
|
||||||
|
@ -277,7 +277,7 @@ class brave{
|
||||||
// spellcheck
|
// spellcheck
|
||||||
if($spellcheck == "no"){
|
if($spellcheck == "no"){
|
||||||
|
|
||||||
$q["spellcheck"] = "1";
|
$q["spellcheck"] = "0";
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
/*
|
/*
|
||||||
|
|
Loading…
Reference in a new issue