contex menu

This commit is contained in:
David Štaleker
2024-02-29 06:40:49 +01:00
parent 26a78d5188
commit 52f4900103
19 changed files with 3111 additions and 11 deletions

View File

@@ -40,6 +40,7 @@
<link rel="stylesheet" href="~/lib/spinkit/spinkit.css" asp-append-version="true">
@* <link rel="stylesheet" href="~/node_modules/dist/ladda/ladda.css" asp-append-version="true"> *@
<link rel="stylesheet" href="~/lib/sweetalert2/dist/sweetalert2.css" asp-append-version="true">
<link rel="stylesheet" href="~/lib/jquery-contextmenu/jquery.contextMenu.min.css" asp-append-version="true">
<!-- Custom -->
<link rel="stylesheet" href="~/css/demo.css" asp-append-version="true" />
@@ -64,6 +65,8 @@
<script src="~/lib/spin/dist/spin.js" asp-append-version="true"></script>
@* <script src="~/node_modules/ladda/ladda.js" asp-append-version="true"></script> *@
<script src="~/lib/sweetalert2/dist/sweetalert2.js"></script>
<script src="~/lib/jquery-contextmenu/jquery.contextMenu.min.js"></script>
<script src="~/lib/jquery-contextmenu/jquery.ui.position.min.js"></script>
<!-- Custom -->
@* <script src="~/lib/jquery/dist/jquery.min.js"></script> *@