Skip to content

Commit

Permalink
Merge pull request #805 from hyanwong/error-squash
Browse files Browse the repository at this point in the history
Don't include OZui twice
  • Loading branch information
hyanwong authored Apr 16, 2024
2 parents 1ec4953 + adadb89 commit 8c11642
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions views/layout.html
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,7 @@
<!-- Treeviewer code for search / embedded view -->
{{if is_testing:}}<script>window.is_testing = true;</script>{{pass}}
<script>var OZstrings={{include 'treeviewer/js_strings.json'}};</script>
{{include '../static/OZTreeModule/dist/OZ_main.html'}}
{{include '../static/OZTreeModule/dist/OZui.html'}}
{{include '../static/OZTreeModule/dist/OZ_main.html'}} <!--includes OZui-->
{{include 'treeviewer/server_urls.html' }}

{{block head}}{{end}}
Expand Down
2 changes: 1 addition & 1 deletion views/popup.html
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
<!--[if lt IE 9]>
<script src="{{=URL('static','js/respond-1.4.2.min.js')}}"></script>
<![endif]-->
{{include '../static/OZTreeModule/dist/OZui.html'}}
{{include '../static/OZTreeModule/dist/OZui.html'}} <!--Doesn't need the main stuff in a popup -->
{{include 'treeviewer/server_urls.html' }}
{{block head}}{{end}}
</head>
Expand Down

0 comments on commit 8c11642

Please sign in to comment.