Disable autoload javascript file
I created several .js file in the project. The thing is that I dont want to add them all to the header of every page (by default, it does). I just wanna call every manually in the page on_load method. How can I disable the auto load to the header of the page, I found nowhere for this setting.
One more minor question, after I change the html source code, how can it reflected to the design mode?