03.10.2014, 23:14
You have a Global Variable with the name of "Name", this is a variable which isn't stored inside a callback. You have two options.
1: Optimise your code, do this by removing the Global Variable "Name", and fixing errors that creates.
2: Rename the Local Variable "Name", the one you have posted.
1: Optimise your code, do this by removing the Global Variable "Name", and fixing errors that creates.
2: Rename the Local Variable "Name", the one you have posted.