bogdean Posted March 7, 2018 Share Posted March 7, 2018 HI. Any ideas how to find what javascript files changes my code? becouse i see deferent code in inspect element than i have in my tpl file and what i see in source viewer in source viewer i have <div class="block_content"> but in inspect elements i have <div class="block_content" style="display: none;"> Link to comment Share on other sites More sharing options...
kensterdotnet Posted March 7, 2018 Share Posted March 7, 2018 Under preferences > general try and turn off html purifier. Link to comment Share on other sites More sharing options...
joseantgv Posted March 7, 2018 Share Posted March 7, 2018 54 minutes ago, bogdean said: HI. Any ideas how to find what javascript files changes my code? becouse i see deferent code in inspect element than i have in my tpl file and what i see in source viewer in source viewer i have <div class="block_content"> but in inspect elements i have <div class="block_content" style="display: none;"> Try this: Right click on DOM element > Break on > Attributes Modifications 1 Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now