RE: Scripting problem, can't shut off script without manually doing so
You are correct, it does not work as it should.
You can modify it to work manually by going to script preferences > selecting 'Replace Upper Case to Lower Case' script > Edit.
In the new window which appears, search for
if (sEnabled = true){
replace with
if (sEnabled == true){
I'm only posting the fix here because I do not know the script developer nor how to contact them.
This post was edited on 06-10-2008 at 06:01 PM by Volv.
|