Skip to content

Commit

Permalink
index.jsp
Browse files Browse the repository at this point in the history
  • Loading branch information
rakeshkumar1019 committed Jan 6, 2025
1 parent b9a6b1b commit 28cf6b4
Showing 1 changed file with 3 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -117,9 +117,6 @@ limitations under the License.
<meta name="msapplication-TileImage" content="images/touch/ms-touch-icon-144x144-precomposed.png">

<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0" />
<!-- <script>
<%@include file="rtl-setup.js"%>
</script> -->
<style>
<%@include file="index.css"%>
</style>
Expand All @@ -142,7 +139,9 @@ limitations under the License.
<span id="loading"></span>
</div>
</nuxeo-app>
<script src="rtl-setup.js" nonce="<%= NX_NONCE_VALUE %>"></script>
<script src="vendor/webcomponentsjs/webcomponents-loader.js" nonce="<%= NX_NONCE_VALUE %>"></script>
<script src="vendor/html-imports/html-imports.min.js" nonce="<%= NX_NONCE_VALUE %>"></script>
Expand Down

0 comments on commit 28cf6b4

Please sign in to comment.