At the end of the page, I add html block with the following code:
<scriptsrc="dist/remodal.min.js"></script><scriptsrc="js/script.js"></script>
Now, this page does not want to be edited. When you attempt to edit, infinite loading.
How can I fix it?
Hi,
If you would like to add js, please take a look at https://www.drupal.org/node/304255. Adding file by your way leads to js error that make our awecontent can not load.
How to remove part of the existing code page? I worked for a month over the page, and do not want to lose everything.
You can manually delete the part of the code? Where is it stored?
We do not understand clearly. However, when customising block, you could add absolute path for js file like:http://examplesite.com/sites/default/themes/theme_name/js/scripts.js, or relative path if it only work at some specific pages.
I need to remove html block on the page that I added through the awe, but not through the administrative part of the site, and through hosting manually.