You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jul 24, 2019. It is now read-only.
Just came across this wierd bug. I wonder if anyone else experienced the same.
Validation did not work. Debugging showed that events were always true, no matter the return value.
All I could figure out is that deleting
@Scripts.Render("~/bundles/jquery")
from the shared footer view and addig the jquery with script tags (as you did) solves the problem.
According to diff they are identical, both version 2.1.0.
The text was updated successfully, but these errors were encountered:
Just came across this wierd bug. I wonder if anyone else experienced the same.
Validation did not work. Debugging showed that events were always true, no matter the return value.
All I could figure out is that deleting
@Scripts.Render("~/bundles/jquery")
from the shared footer view and addig the jquery with script tags (as you did) solves the problem.
According to diff they are identical, both version 2.1.0.
The text was updated successfully, but these errors were encountered: