What am I missing?
-
Hi there,
First of all thanks a lot for this wonderful plugin which saved my website from crushing after 5.5 update..
I am trying to fix the deprecated Js codes but because I am not a developer and also because my themes developer has stopped providing support I am a little lost, so I will be asking for help here.
When jquery-migrate-helper is enabled and I click on ‘Edit profile’ button, the editing modal appears fine. And I can edit properly. But…
If jquery-migrate-helper is disabled and I click on same button… Then the modal does not show up :/
Here’s the deprecated code I must replace with modern code:setTimeout(function(){a(".loading-active").hide()},1e3))}})}})}})),a("#edit_place, #create_event").on("shown.bs.modal",function(e){a("body").removeClass("modal-open"),a("body").addClass("modal-open-link")}),a("#edit_place, #create_event").on("hidden.bs.modal",function(e){a("body").removeClass("modal-open-link")})}(AE.Views,AE.Models,jQuery,Backbone,AE.Collections);
Could you please tell me which lines I must replace and with what exactly ?
Thanks a lot for helping me out ??
- The topic ‘What am I missing?’ is closed to new replies.