Skip to content

Commit

Permalink
Use x3dom-full.js from x3dom.org web site
Browse files Browse the repository at this point in the history
  • Loading branch information
MBARIMike committed Aug 12, 2024
1 parent bf95c39 commit d08c134
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions stoqs/stoqs/templates/stoqs/stoqsquery.html
Original file line number Diff line number Diff line change
Expand Up @@ -124,8 +124,8 @@
<link href="{{STATIC_URL}}bootstrap/css/bootstrap.icon-large.min.css" rel="stylesheet"></link>
<link type="text/css" href="{{ STATIC_URL }}jquery/css/custom-theme/jquery-ui-1.8.17.custom.css" rel="stylesheet"></link>
<link type="text/css" href="{{ STATIC_URL }}jquery/css/jquery.dataTables.css" rel="stylesheet"></link>
<link type="text/css" href="{{ STATIC_URL }}x3dom-1.8.1/x3dom.css" rel="stylesheet"></link>
<!--<link type="text/css" href="https://www.x3dom.org/x3dom/dist/x3dom.css" rel="stylesheet"></link>-->
<!-- <link type="text/css" href="{{ STATIC_URL }}x3dom-1.8.1/x3dom.css" rel="stylesheet"></link> -->
<link type="text/css" href="https://www.x3dom.org/x3dom/dist/x3dom.css" rel="stylesheet"></link>


<!-- The HTML5 shim, for IE6-8 support of HTML5 elements -->
Expand Down Expand Up @@ -1620,8 +1620,8 @@ <h3><a id="platforms-anchor" class="accordion-toggle" data-toggle="collapse" dat
<script type="text/javascript" src="{{STATIC_URL}}permalink/json2.js"></script>
<script type="text/javascript" src="{{STATIC_URL}}permalink/purl.js"></script>
<script type="text/javascript" src="{{STATIC_URL}}permalink/lz-string-min.js"></script>
<script type="text/javascript" src="{{STATIC_URL}}x3dom-1.8.1/x3dom-full.debug.js"></script>
<!-- <script type="text/javascript" src="https://www.x3dom.org/x3dom/dist/x3dom-full.js"></script> -->
<!-- <script type="text/javascript" src="{{STATIC_URL}}x3dom-1.8.1/x3dom-full.debug.js"></script> -->
<script type="text/javascript" src="https://www.x3dom.org/x3dom/dist/x3dom-full.js"></script>
<script type="text/javascript" src="{{STATIC_URL}}x3dom/js/components/GeoOriginTransform.js"></script>
<script type="text/javascript" src="{{STATIC_URL}}linkifyjs/linkify.min.js"></script>
<script type="text/javascript" src="{{STATIC_URL}}linkifyjs/linkify-jquery.min.js"></script>
Expand Down

0 comments on commit d08c134

Please sign in to comment.