fix(mobile): apply same fix about jquery

This commit is contained in:
Elian Doran
2025-05-18 00:01:53 +03:00
parent c1648f9742
commit c0c79b123f
5 changed files with 121 additions and 121 deletions

View File

@@ -53,6 +53,7 @@
<link href="<%= assetPath %>/stylesheets/style.css" rel="stylesheet">
<link href="<%= assetPath %>/stylesheets/print.css" rel="stylesheet" media="print">
<script src="<%= appPath %>/runtime.js" crossorigin type="module"></script>
<script src="<%= appPath %>/desktop.js" crossorigin type="module"></script>
<link rel="stylesheet" type="text/css" href="<%= assetPath %>/node_modules/boxicons/css/boxicons.min.css">