first of all i would like to thank you for your help but what you told me is not enough, you should also change it from the app/media/js/app.js
first of all i would like to thank you for your help but what you told me is not enough, you should also change it from the app/media/js/app.js
Hey
In app/bundles/CoreBundle/Assets/js/core.js
Serach lines careful there are two identical lines in the file change them both:
- History.pushState(null, “Mautic”, response.route);
- History.pushState(null, “Mautic”, response.route);
Change into - History.pushState(null, “your title”, response.route);
- History.pushState(null, “your title”, response.route);
Got app/media/js remove app.js and libraires.js and you are done…
The app.js and libraries.js are generated files my friend once you refresh the page after have deleted they are auto created