Ask your own question, for FREE!
Mathematics 9 Online
OpenStudy (error1603):

Error in client side code, details and fix below. Credit to:Jaynator495

OpenStudy (error1603):

This is located in group.js, it results in a "earth quake" effect in math chat whenever a update is made to the chat list... clearInterval(v);return v = setTimeout((function() {return os.scrollChat(x)}), 50); In order to fix this, it can simple be changed to this: clearInterval(v);return v = setTimeout((function() {return os.scrollChat(x)}), 1); Or in theory there doesn't need to be any delay, however I have not tested this, but there should be no reason it shouldn't work. return os.scrollChat(x);

OpenStudy (allauhakbar):

Thank @Error1603

OpenStudy (error1603):

No Thank Jaynator495

OpenStudy (steve816):

Are you a trained hacker?

OpenStudy (error1603):

uhh no

OpenStudy (steve816):

I am.

Can't find your answer? Make a FREE account and ask your own questions, OR help others and earn volunteer hours!

Join our real-time social learning platform and learn together with your friends!
Can't find your answer? Make a FREE account and ask your own questions, OR help others and earn volunteer hours!

Join our real-time social learning platform and learn together with your friends!