Author Topic: JS error in SMF 2.0.2 Shop 3.1  (Read 2043 times)

Offline CRONUS

JS error in SMF 2.0.2 Shop 3.1
« on: February 07, 2012, 02:50:53 am »
In "Find member" popup when you click on a user, you get Java Script error:
Quote
theTextBox is null

It is triggered by:
Code: [Select]
if (theTextBox.value.length < 1 || ', ' == 'null')
                    theTextBox.value = "\"" + name + "\"";

Any ideas how to fix that?