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
I realized about in the buddle you add jQuery-ui, I think a better idea is if you have a option on the config.yml to disable the jQuery ui in case of I add a news version of jQuery ui because can generate some conflicts, in my case I comment lines between 3 to 8 on the file .../vendor/bundles/Shtumi/UsefulBundle/Resources/views/fields.html.twig, because I begin to have conflicts with jQuery ui, at the moment I'm using jQuery ui 1.8.21.costom.min_3.js
Also I realized you have in the code
if (typeof jQuery.ui == 'undefined')
for this kind of things, but sometimes the browser didn't realized because my jQuery ui is loaded after yours.
Regards.
The text was updated successfully, but these errors were encountered:
Hello Guys
I realized about in the buddle you add jQuery-ui, I think a better idea is if you have a option on the config.yml to disable the jQuery ui in case of I add a news version of jQuery ui because can generate some conflicts, in my case I comment lines between 3 to 8 on the file .../vendor/bundles/Shtumi/UsefulBundle/Resources/views/fields.html.twig, because I begin to have conflicts with jQuery ui, at the moment I'm using jQuery ui 1.8.21.costom.min_3.js
Also I realized you have in the code
for this kind of things, but sometimes the browser didn't realized because my jQuery ui is loaded after yours.
Regards.
The text was updated successfully, but these errors were encountered: