Recently i faced an issues where my js function calling wrong web resources.
Well i have(wbr1,wbr2) two web resources with the same function name(call_wbr()) i have registered the function only for wbr1 during onload but it calling the function present in wbr2. Even though i have the registered for the right one it still call the wrong web-resources.
i cant remove the wbr2 from the library because it is used in the form,and if i try change the function name which difficult to find and replace for all form.
So how can i resolve this?