Fix topolis example
toastr did not work because jquery has to bo loaded before toastr.
This commit is contained in:
+3
-3
@@ -33,9 +33,6 @@
|
||||
background-color: #f8f9fa !important;
|
||||
}
|
||||
</style>
|
||||
<script type="text/javascript" src="resources/Jugl.js"></script>
|
||||
<script type="text/javascript" src="examples-info.js"></script>
|
||||
<script type="text/javascript" src="index.js"></script>
|
||||
|
||||
<title>OpenLayers Examples</title>
|
||||
</head>
|
||||
@@ -103,5 +100,8 @@
|
||||
</div>
|
||||
<script src="https://code.jquery.com/jquery-3.5.1.min.js"></script>
|
||||
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/4.5.0/js/bootstrap.bundle.min.js"></script>
|
||||
<script type="text/javascript" src="resources/Jugl.js"></script>
|
||||
<script type="text/javascript" src="examples-info.js"></script>
|
||||
<script type="text/javascript" src="index.js"></script>
|
||||
</body>
|
||||
</html>
|
||||
|
||||
Reference in New Issue
Block a user