I have made two applications that I want to combine.The first was a test to develop the web map I want. I use the <script src="http://js.arcgis.com/3.7/"></script>
The second is one that I developed with the dijit/layout/BorderContainer, ContentPane, TabContainer, TabController, AccordionContainer. In other words, the second has all of the panels laid out. Looks nice. It uses <script src="http://ajax.googleapis.com/ajax/libs/dojo/1.8.1/dojo/dojo.js"></script>
I have also tried it with <script src="//ajax.googleapis.com/ajax/libs/dojo/1.9.1/dojo/dojo.js"></script>
Both work.When I try to put even a simple map into the second application, and have to add the <script src="http://js.arcgis.com/3.7/"></script>
, the layout goes bad, like it doesn't know what to do with the containers. Any suggestions?Dorothy