Anonymous ID: a67b80 Oct. 6, 2022, 1:26 a.m. No.17637043   🗄️.is 🔗kun   >>7055 >>7057 >>7089

>>17636422

 

Something in one of the scripts is causing names to not be found or reset. For example, if you F12 and look at the console the softserve keeps appending it's name like this:

 

softserve.softserve.softserve.4.5.6…etc….

 

This is most likely coming from a script and probably from something in the same namespace being called in a looping function that had it's variable name re-assigned.

 

JQuery does not support namespaces last I checked, so when you put multiple js files together by concatenating them, like it was stated in todays' code comments, you can run into this situation very easily.

 

Example: How many javascript files would call a dynamic form "form" or iterate them form1, form2, form—n

 

Jim should not concatenate these js files but mung the names, somehow.