Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
leon-mbs committed Apr 21, 2024
1 parent c552bf1 commit be85404
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 5 deletions.
1 change: 1 addition & 0 deletions www/templates/modules/shop/pages/admin/dashboard.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

<head>
<title> Дашборд </title>
<script type="text/javascript" src="https://www.gstatic.com/charts/loader.js"></script>

</head>
<body>
Expand Down
9 changes: 4 additions & 5 deletions www/templates/pages/base.html
Original file line number Diff line number Diff line change
Expand Up @@ -28,13 +28,12 @@
<script src="/assets/js/adminlte.js" type="text/javascript"></script>
<script src="/assets/js/vue/vue.min.js"></script>
<script src="/assets/js/vue/httpvueloader.js"></script>
<script type="text/javascript" src="https://www.gstatic.com/charts/loader.js"></script>


<script src="/assets/js/app.js" type="text/javascript"></script>

<!-- Google Font -->
<link rel="stylesheet"
href="https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,600,700,300italic,400italic,600italic">
<!-- Google Font
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,600,700,300italic,400italic,600italic">
-->

<script>
function beep(){
Expand Down
1 change: 1 addition & 0 deletions www/templates/pages/main.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
<head>


<script type="text/javascript" src="https://www.gstatic.com/charts/loader.js"></script>

</head>

Expand Down
1 change: 1 addition & 0 deletions www/templates/pages/reference/customerlist.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
<head>

<title> Довідник контрагентів</title>
<script type="text/javascript" src="https://www.gstatic.com/charts/loader.js"></script>

</head>

Expand Down
1 change: 1 addition & 0 deletions www/templates/pages/register/prodstagelist.html
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
<html>
<head>
<title> Виробничі етапи </title>
<script type="text/javascript" src="https://www.gstatic.com/charts/loader.js"></script>

</head>
<body>
Expand Down

0 comments on commit be85404

Please sign in to comment.