fitnessjiffy-spring icon indicating copy to clipboard operation
fitnessjiffy-spring copied to clipboard

ReferenceError: userIdString is not defined

Open douyw opened this issue 7 years ago • 0 comments

Hi, food can not be created. The userIdString is not defined in function launchCreateFoodModal().

       $("#editFoodOwnerId").val(userIdString);

I searched 'userIdString' throughout the project, only the above code line contains that string. How can it be initialized appropriately?

douyw avatar Oct 19 '17 10:10 douyw